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

Version 1 Next »

DescriptionOPAL API functions are grouped into functional blocks. In most cases, functions that modify the model (state, parameters, signals, configuration, etc.), require a unique control permission to be granted. These enum enable you to specify which functional block is to be addressed.
Usage
  • RtlabApi.OP_FB_SYSTEM
  • RtlabApi.OP_FB_MONITORING
  • RtlabApi.OP_FB_SNAPSHOT
  • RtlabApi.OP_FB_ACQ_GROUP
  • RtlabApi.OP_FB_SIGNAL
  • RtlabApi.OP_FB_PARAMETER
  • RtlabApi.OP_FB_BLOB
  • RtlabApi.OP_FB_CONFIG
  • RtlabApi.OP_FB_ALL
Elements
  • OP_FB_SYSTEM (0): System control.
  • OP_FB_MONITORING (1): Monitoring control.
  • OP_FB_SNAPSHOT (2): Snapshot control.
  • OP_FB_ACQ_GROUP (3): Acquisition control.
  • OP_FB_SIGNAL (4): Signal control.
  • OP_FB_PARAMETER (5): Parameter control.
  • OP_FB_BLOB (6): Blob control.
  • OP_FB_CONFIG (7): Configuration control.
  • OP_FB_ALL (8): All controls.
 ExamplesNone
Related ItemsTakeFunctionControl, ReleaseFunctionControl
Modulesimport RtlabApi
  • No labels