Exponential#
- class ansys.stk.core.stkobjects.astrogator.Exponential#
Bases:
IComponentInfo
,ICloneable
Exponential atmospheric propagator function.
Overview#
True if using approximate altitude formula. |
|
Get or set the reference density. Uses Density Dimension. |
|
Get or set the reference altitude. Uses Distance Dimension. |
|
Get or set the scale altitude. Uses Distance Dimension. |
|
Drag model type. |
|
Get or set the name of the drag model plugin. |
|
Drag model plugin properties. |
|
Drag variable area history file. |
|
Drag N-Plate definition file. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import Exponential
Property detail#
- property Exponential.reference_density: float#
Get or set the reference density. Uses Density Dimension.
- property Exponential.reference_altitude: float#
Get or set the reference altitude. Uses Distance Dimension.
- property Exponential.drag_model_type: DragModelType#
Drag model type.
- property Exponential.drag_model_plugin: DragModelPlugin#
Drag model plugin properties.