TargetSelectionMethod ===================== .. py:class:: ansys.stk.core.stkobjects.TargetSelectionMethod IntEnum .. py:currentmodule:: TargetSelectionMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~RANGE` - Select a target based on the minimum range. * - :py:attr:`~CLOSING_VELOCITY` - Select a target based on the maximum closing velocity. * - :py:attr:`~PRIORITY` - Select an target based a user defined priority. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import TargetSelectionMethod