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 »
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 |
---|