VehicleMassProperties ===================== .. py:class:: ansys.stk.core.stkobjects.VehicleMassProperties Satellite Mass properties. .. py:currentmodule:: VehicleMassProperties Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleMassProperties.mass` - Get or set the satellite mass. Uses Mass Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleMassProperties.inertia` - Get the satellite inertia matrix. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleMassProperties Property detail --------------- .. py:property:: mass :canonical: ansys.stk.core.stkobjects.VehicleMassProperties.mass :type: float Get or set the satellite mass. Uses Mass Dimension. .. py:property:: inertia :canonical: ansys.stk.core.stkobjects.VehicleMassProperties.inertia :type: VehicleInertia Get the satellite inertia matrix.