OP_TRIGGER_CONDITION

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.

OP_TRIGGER_CONDITION

Description

When specifying the acquisition parameters for an acquisition group, the user chooses the condition to be satisfied so that the acquisition system is triggered. This enum lists different types of condition.

Usage

  • RtlabApi.OP_RISING_OR_FALLING_EDGE

  • RtlabApi.OP_RISING_EDGE

  • RtlabApi.OP_FALLING_EDGE

  • RtlabApi.OP_TRIGSIGNAL_GREATEROREQ_TRIGLEVEL

  • RtlabApi.OP_TRIGSIGNAL_LESSOREQ_TRIGLEVEL

Elements

  • OP_RISING_OR_FALLING_EDGE (0): The triggering condition is true if the signal crosses the threshold defined by the triggering level.

  • OP_RISING_EDGE (1): The triggering condition is true if the signal rises above the triggering level.

  • OP_FALLING_EDGE (2): The triggering condition is true if the signal falls under the triggering level.

  • OP_TRIGSIGNAL_GREATEROREQ_TRIGLEVEL (3): The triggering condition is true if the signal is greater than or equal to the triggering level.

  • OP_TRIGSIGNAL_LESSOREQ_TRIGLEVEL (4): The triggering condition is true if the signal is less than or equal to the triggering level.

 Examples

None

Related Items

SetAcqTrigger

Modules

import RtlabApi