VehiclePluginSettings#

class ansys.stk.core.stkobjects.VehiclePluginSettings#

Class defining force model plugin settings for HPOP.

Overview#

get_property

Get a property.

set_property

Set a property.

available_properties

Available properties.

Import detail#

from ansys.stk.core.stkobjects import VehiclePluginSettings

Property detail#

property VehiclePluginSettings.available_properties: list#

Available properties.

Method detail#

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

Get a property.

Parameters:

path : str

Returns:

Any

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

Set a property.

Parameters:

path : str

value : Any

Returns:

None