VehicleExponentialDensityModelParameters#

class ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters#

Class defining the Exponential atmospheric density model for the LOP propagator.

Overview#

reference_density

Get or set the reference density. Uses Density Dimension.

reference_height

Get or set the reference height. Uses Distance Dimension.

scale_height

Get or set the scale height. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleExponentialDensityModelParameters

Property detail#

property VehicleExponentialDensityModelParameters.reference_density: float#

Get or set the reference density. Uses Density Dimension.

property VehicleExponentialDensityModelParameters.reference_height: float#

Get or set the reference height. Uses Distance Dimension.

property VehicleExponentialDensityModelParameters.scale_height: float#

Get or set the scale height. Uses Distance Dimension.