More >> Pause >> Digital Pattern >> Pause When
| Data Type: | int32 |
| Description: | Specifies if the Pause Trigger occurs when the physical channels specified with Source match or differ from the digital pattern specified with Pattern. |
Valid values
| DAQmx_Val_PatternMatches | 10254 | Trigger when the physical channels match the specified pattern. |
| DAQmx_Val_PatternDoesNotMatch | 10253 | Trigger when the physical channels do not match the specified pattern. |
You can get/set/reset this property using:
DAQmxGetDigPatternPauseTrigWhen
DAQmxSetDigPatternPauseTrigWhen
DAQmxResetDigPatternPauseTrigWhen