PointingStrategySpinning ======================== .. py:class:: ansys.stk.core.stkobjects.PointingStrategySpinning Bases: :py:class:`~ansys.stk.core.stkobjects.IPointingStrategy` Class defining a spinning pointing strategy. .. py:currentmodule:: PointingStrategySpinning Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PointingStrategySpinning.spin_axes_orientation` - Get the spin axes orientation. * - :py:attr:`~ansys.stk.core.stkobjects.PointingStrategySpinning.cone_angle` - Get the cone angle. * - :py:attr:`~ansys.stk.core.stkobjects.PointingStrategySpinning.spin_rate` - Get the spin rate. * - :py:attr:`~ansys.stk.core.stkobjects.PointingStrategySpinning.initial_offset_angle` - Get the initial offset angle. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PointingStrategySpinning Property detail --------------- .. py:property:: spin_axes_orientation :canonical: ansys.stk.core.stkobjects.PointingStrategySpinning.spin_axes_orientation :type: IOrientation Get the spin axes orientation. .. py:property:: cone_angle :canonical: ansys.stk.core.stkobjects.PointingStrategySpinning.cone_angle :type: float Get the cone angle. .. py:property:: spin_rate :canonical: ansys.stk.core.stkobjects.PointingStrategySpinning.spin_rate :type: float Get the spin rate. .. py:property:: initial_offset_angle :canonical: ansys.stk.core.stkobjects.PointingStrategySpinning.initial_offset_angle :type: float Get the initial offset angle.