Priority# class ansys.stk.core.stkobjects.Priority# Class defining a target priority. Overview# Properties name Get the targetβs name. value Get or set the targetβs priority value. Import detail# from ansys.stk.core.stkobjects import Priority Property detail# property Priority.name: str# Get the targetβs name. property Priority.value: int# Get or set the targetβs priority value.