VehicleHPOPDragModelPluginSettings#

class ansys.stk.core.stkobjects.VehicleHPOPDragModelPluginSettings#

Plugin Drag Model Settings.

Overview#

get_property

Get a property.

set_property

Set a property.

available_properties

Available properties.

Import detail#

from ansys.stk.core.stkobjects import VehicleHPOPDragModelPluginSettings

Property detail#

property VehicleHPOPDragModelPluginSettings.available_properties: list#

Available properties.

Method detail#

VehicleHPOPDragModelPluginSettings.get_property(self, path: str) Any#

Get a property.

Parameters:

path : str

Returns:

Any

VehicleHPOPDragModelPluginSettings.set_property(self, path: str, value: Any) None#

Set a property.

Parameters:

path : str

value : Any

Returns:

None