PreferencesVDF#

class ansys.stk.core.stkobjects.PreferencesVDF#

Allow configuring VDF preferences.

Overview#

save_scenario_as_vdf

Get or set the SaveScenarioAsVDF property determines whether a scenario will be saved as a scenario file or as a VDF file when the Save method is called. If a VDF file is loaded, then the SaveScenarioAsVDF property has no effect when Save is called.

base_directory

Get or set the Base Directory where VDF file is extracted.

Import detail#

from ansys.stk.core.stkobjects import PreferencesVDF

Property detail#

property PreferencesVDF.save_scenario_as_vdf: bool#

Get or set the SaveScenarioAsVDF property determines whether a scenario will be saved as a scenario file or as a VDF file when the Save method is called. If a VDF file is loaded, then the SaveScenarioAsVDF property has no effect when Save is called.

property PreferencesVDF.base_directory: str#

Get or set the Base Directory where VDF file is extracted.