PreferencesVDF#
- class ansys.stk.core.stkobjects.PreferencesVDF#
Allow configuring VDF preferences.
Overview#
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. |
|
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.