USStandardAtmosphere#

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

Bases: IComponentInfo, ICloneable

US_Standard_Atmosphere atmospheric propagator function.

Overview#

use_approximate_altitude

True if using approximate altitude formula.

computes_temperature

Flag indicates whether this model computes temperature.

computes_pressure

Flag indicates whether this model computes pressure.

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 USStandardAtmosphere

Property detail#

property USStandardAtmosphere.use_approximate_altitude: bool#

True if using approximate altitude formula.

property USStandardAtmosphere.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property USStandardAtmosphere.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property USStandardAtmosphere.drag_model_type: DragModelType#

Drag model type.

property USStandardAtmosphere.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property USStandardAtmosphere.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property USStandardAtmosphere.variable_area_history_file: str#

Drag variable area history file.

property USStandardAtmosphere.n_plate_definition_file: str#

Drag N-Plate definition file.