More >> Pause >> Analog Level >> Pause When
- Updated2023-03-16
- 1 minute(s) read
| Data Type: | int32 |
| Description: | Specifies whether the task pauses above or below the threshold you specify with Level. |
Valid values
| DAQmx_Val_AboveLvl | 10093 | Pause the measurement or generation while the signal is above the threshold. |
| DAQmx_Val_BelowLvl | 10107 | Pause the measurement or generation while the signal is below the threshold. |
You can get/set/reset this property using:
DAQmxGetAnlgLvlPauseTrigWhen
DAQmxSetAnlgLvlPauseTrigWhen
DAQmxResetAnlgLvlPauseTrigWhen