Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

DescriptionUse these enum to set the control priority to be requested using the function OpalTakeFunctionControl.
Usage
  • RtlabApi.OP_CTRL_PRIO_LOW
  • RtlabApi.OP_CTRL_PRIO_NORMAL
  • RtlabApi.OP_CTRL_PRIO_MACRO
  • RtlabApi.OP_CTRL_PRIO_HIGH
Elements
  • OP_CTRL_PRIO_LOW (0): Lowest priority.
  • OP_CTRL_PRIO_NORMAL (127): Normal priority (used by the GUI).
  • OP_CTRL_PRIO_MACRO (192): Macro priority (used by macro script).
  • OP_CTRL_PRIO_HIGH (255): Super user.
 ExamplesNone
Related ItemsOpalTakeFunctionControl, OpalReleaseFunctionControl
Modulesimport RtlabApi
  • No labels