PluginProperties#

class ansys.stk.core.stkobjects.astrogator.PluginProperties#

The plugin attitude control type.

Overview#

get_property

Get a property.

set_property

Set a property.

available_properties

Return an array of all available properties.

Import detail#

from ansys.stk.core.stkobjects.astrogator import PluginProperties

Property detail#

property PluginProperties.available_properties: list#

Return an array of all available properties.

Method detail#

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

Get a property.

Parameters:

path : str

Returns:

Any

PluginProperties.set_property(self, path: str, property_value: Any) None#

Set a property.

Parameters:

path : str

property_value : Any

Returns:

None