EnginePlugin#
- class ansys.stk.core.stkobjects.astrogator.EnginePlugin#
Bases:
IComponentInfo
,ICloneable
Plugin engine model.
Overview#
Get or set the gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension. |
|
Get or set the PluginIdentifier - the ProgID of the COM component you are using for this model. |
|
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.