ScenarioDatabase#

class ansys.stk.core.stkobjects.ScenarioDatabase#

Class defining database settings of the Scenario.

Overview#

type

The type of objects in the database.

default_database

The default database file.

default_direction

The default directory of the database file.

enable_auxiliary_database

Enable the auxiliary database.

auxiliary_database

The auxiliary database file.

Import detail#

from ansys.stk.core.stkobjects import ScenarioDatabase

Property detail#

property ScenarioDatabase.type: str#

The type of objects in the database.

property ScenarioDatabase.default_database: str#

The default database file.

property ScenarioDatabase.default_direction: str#

The default directory of the database file.

property ScenarioDatabase.enable_auxiliary_database: bool#

Enable the auxiliary database.

property ScenarioDatabase.auxiliary_database: str#

The auxiliary database file.