VehicleExponentialDensityModelParameters ======================================== .. py:class:: ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters Class defining the Exponential atmospheric density model for the LOP propagator. .. py:currentmodule:: VehicleExponentialDensityModelParameters Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters.reference_density` - Get or set the reference density. Uses Density Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters.reference_height` - Get or set the reference height. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters.scale_height` - Get or set the scale height. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleExponentialDensityModelParameters Property detail --------------- .. py:property:: reference_density :canonical: ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters.reference_density :type: float Get or set the reference density. Uses Density Dimension. .. py:property:: reference_height :canonical: ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters.reference_height :type: float Get or set the reference height. Uses Distance Dimension. .. py:property:: scale_height :canonical: ansys.stk.core.stkobjects.VehicleExponentialDensityModelParameters.scale_height :type: float Get or set the scale height. Uses Distance Dimension.