VehicleLOPForceModelDrag ======================== .. py:class:: ansys.stk.core.stkobjects.VehicleLOPForceModelDrag Class defining the atmospheric drag model for the LOP propagator. .. py:currentmodule:: VehicleLOPForceModelDrag Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleLOPForceModelDrag.use` - Opt whether to use drag parameters. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleLOPForceModelDrag.cd` - Get or set the atmospheric drag coefficient. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleLOPForceModelDrag.advanced` - Get the advanced drag parameters. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleLOPForceModelDrag Property detail --------------- .. py:property:: use :canonical: ansys.stk.core.stkobjects.VehicleLOPForceModelDrag.use :type: bool Opt whether to use drag parameters. .. py:property:: cd :canonical: ansys.stk.core.stkobjects.VehicleLOPForceModelDrag.cd :type: float Get or set the atmospheric drag coefficient. Dimensionless. .. py:property:: advanced :canonical: ansys.stk.core.stkobjects.VehicleLOPForceModelDrag.advanced :type: VehicleLOPDragSettings Get the advanced drag parameters.