RotationRateAndOffset ===================== .. py:class:: ansys.stk.core.stkobjects.RotationRateAndOffset RotationRateAndOffset Class. .. py:currentmodule:: RotationRateAndOffset Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RotationRateAndOffset.rate` - Rate of precession or spin. Uses AngleRate Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.RotationRateAndOffset.offset` - Initial offset of precession. Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RotationRateAndOffset Property detail --------------- .. py:property:: rate :canonical: ansys.stk.core.stkobjects.RotationRateAndOffset.rate :type: float Rate of precession or spin. Uses AngleRate Dimension. .. py:property:: offset :canonical: ansys.stk.core.stkobjects.RotationRateAndOffset.offset :type: float Initial offset of precession. Uses Angle Dimension.