Jacchia1960#

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

Bases: IComponentInfo, ICloneable

Jacchia_1960 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.

sun_position

Get or set the sun position computation.

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 Jacchia1960

Property detail#

property Jacchia1960.use_approximate_altitude: bool#

True if using approximate altitude formula.

property Jacchia1960.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property Jacchia1960.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property Jacchia1960.sun_position: SunPosition#

Get or set the sun position computation.

property Jacchia1960.drag_model_type: DragModelType#

Drag model type.

property Jacchia1960.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property Jacchia1960.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property Jacchia1960.variable_area_history_file: str#

Drag variable area history file.

property Jacchia1960.n_plate_definition_file: str#

Drag N-Plate definition file.