Priority ======== .. py:class:: ansys.stk.core.stkobjects.Priority Class defining a target priority. .. py:currentmodule:: Priority Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Priority.name` - Get the target's name. * - :py:attr:`~ansys.stk.core.stkobjects.Priority.value` - Get or set the target's priority value. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Priority Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.Priority.name :type: str Get the target's name. .. py:property:: value :canonical: ansys.stk.core.stkobjects.Priority.value :type: int Get or set the target's priority value.