AttitudeControlFinitePlugin#

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

Bases: IAttitudeControlFinite, IAttitudeControl, IRuntimeTypeInfoProvider

The plugin attitude control for a finite maneuver.

Overview#

select_plugin_by_name

Select plugin using the plugin name.

plugin_name

Get the selected plugin’s name.

plugin_config

Get the properties of the selected plugin.

Import detail#

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

Property detail#

property AttitudeControlFinitePlugin.plugin_name: str#

Get the selected plugin’s name.

property AttitudeControlFinitePlugin.plugin_config: PluginProperties#

Get the properties of the selected plugin.

Method detail#

AttitudeControlFinitePlugin.select_plugin_by_name(self, name: str) None#

Select plugin using the plugin name.

Parameters:

name : str

Returns:

None