EnginePlugin#

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

Bases: IComponentInfo, ICloneable

Plugin engine model.

Overview#

g

Get or set the gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension.

plugin_identifier

Get or set the PluginIdentifier - the ProgID of the COM component you are using for this model.

plugin_config

Get the properties of the plugin.

Import detail#

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

Property detail#

property EnginePlugin.g: float#

Get or set the gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension.

property EnginePlugin.plugin_identifier: str#

Get or set the PluginIdentifier - the ProgID of the COM component you are using for this model.

property EnginePlugin.plugin_config: PluginProperties#

Get the properties of the plugin.