Exponential#

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

Bases: IComponentInfo, ICloneable

Exponential atmospheric propagator function.

Overview#

drag_correction_type

Drag correction type.

drag_model_plugin

Drag model plugin properties.

drag_model_plugin_name

Get or set the name of the drag model plugin.

drag_model_type

Drag model type.

n_plate_definition_file

Drag N-Plate definition file.

n_plate_stochastic_parameters

NPlate Stochastic Parameters.

reference_altitude

Get or set the reference altitude. Uses Distance Dimension.

reference_density

Get or set the reference density. Uses Density Dimension.

scale_altitude

Get or set the scale altitude. Uses Distance Dimension.

stochastic_ballistic_coefficient

Stochastic Ballistic Coefficient.

use_approximate_altitude

True if using approximate altitude formula.

use_stochastic_ballistic_coefficient

True if using stochastic model for ballistic coefficient.

variable_area_history_file

Drag variable area history file.

Import detail#

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

Property detail#

property Exponential.drag_correction_type: DragCorrectionType#

Drag correction type.

property Exponential.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property Exponential.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property Exponential.drag_model_type: DragModelType#

Drag model type.

property Exponential.n_plate_definition_file: str#

Drag N-Plate definition file.

property Exponential.n_plate_stochastic_parameters: NPlateStochasticParametersCollection#

NPlate Stochastic Parameters.

property Exponential.reference_altitude: float#

Get or set the reference altitude. Uses Distance Dimension.

property Exponential.reference_density: float#

Get or set the reference density. Uses Density Dimension.

property Exponential.scale_altitude: float#

Get or set the scale altitude. Uses Distance Dimension.

property Exponential.stochastic_ballistic_coefficient: StochasticModelParameters#

Stochastic Ballistic Coefficient.

property Exponential.use_approximate_altitude: bool#

True if using approximate altitude formula.

property Exponential.use_stochastic_ballistic_coefficient: bool#

True if using stochastic model for ballistic coefficient.

property Exponential.variable_area_history_file: str#

Drag variable area history file.