Exponential#

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

Bases: IComponentInfo, ICloneable

Exponential atmospheric propagator function.

Overview#

use_approximate_altitude

True if using approximate altitude formula.

reference_density

Get or set the reference density. Uses Density Dimension.

reference_altitude

Get or set the reference altitude. Uses Distance Dimension.

scale_altitude

Get or set the scale altitude. Uses Distance Dimension.

drag_model_type

Drag model type.

drag_model_plugin_name

Get or set the name of the drag model plugin.

drag_model_plugin

Drag model plugin properties.

variable_area_history_file

Drag variable area history file.

n_plate_definition_file

Drag N-Plate definition file.

Import detail#

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

Property detail#

property Exponential.use_approximate_altitude: bool#

True if using approximate altitude formula.

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.scale_altitude: float#

Get or set the scale altitude. Uses Distance Dimension.

property Exponential.drag_model_type: DragModelType#

Drag model type.

property Exponential.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property Exponential.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property Exponential.variable_area_history_file: str#

Drag variable area history file.

property Exponential.n_plate_definition_file: str#

Drag N-Plate definition file.