ScenarioDatabase ================ .. py:class:: ansys.stk.core.stkobjects.ScenarioDatabase Class defining database settings of the Scenario. .. py:currentmodule:: ScenarioDatabase Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ScenarioDatabase.type` - The type of objects in the database. * - :py:attr:`~ansys.stk.core.stkobjects.ScenarioDatabase.default_database` - The default database file. * - :py:attr:`~ansys.stk.core.stkobjects.ScenarioDatabase.default_direction` - The default directory of the database file. * - :py:attr:`~ansys.stk.core.stkobjects.ScenarioDatabase.enable_auxiliary_database` - Enable the auxiliary database. * - :py:attr:`~ansys.stk.core.stkobjects.ScenarioDatabase.auxiliary_database` - The auxiliary database file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ScenarioDatabase Property detail --------------- .. py:property:: type :canonical: ansys.stk.core.stkobjects.ScenarioDatabase.type :type: str The type of objects in the database. .. py:property:: default_database :canonical: ansys.stk.core.stkobjects.ScenarioDatabase.default_database :type: str The default database file. .. py:property:: default_direction :canonical: ansys.stk.core.stkobjects.ScenarioDatabase.default_direction :type: str The default directory of the database file. .. py:property:: enable_auxiliary_database :canonical: ansys.stk.core.stkobjects.ScenarioDatabase.enable_auxiliary_database :type: bool Enable the auxiliary database. .. py:property:: auxiliary_database :canonical: ansys.stk.core.stkobjects.ScenarioDatabase.auxiliary_database :type: str The auxiliary database file.