PointingStrategyTargeted ======================== .. py:class:: ansys.stk.core.stkobjects.PointingStrategyTargeted Bases: :py:class:`~ansys.stk.core.stkobjects.IPointingStrategy` Class defining a targeted pointing strategy. .. py:currentmodule:: PointingStrategyTargeted Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PointingStrategyTargeted.target_object` - Get or set the pointing target. * - :py:attr:`~ansys.stk.core.stkobjects.PointingStrategyTargeted.available_target_objects` - Get or the available pointing targets. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PointingStrategyTargeted Property detail --------------- .. py:property:: target_object :canonical: ansys.stk.core.stkobjects.PointingStrategyTargeted.target_object :type: None Get or set the pointing target. .. py:property:: available_target_objects :canonical: ansys.stk.core.stkobjects.PointingStrategyTargeted.available_target_objects :type: list Get or the available pointing targets.