DigitalPatternReferenceTriggerCondition Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies whether the Reference Trigger occurs when the physical channels specified with Source match or differ from the digital pattern specified with Pattern.
Syntax
Namespace: NationalInstruments.DAQmx
public enum DigitalPatternReferenceTriggerCondition
Remarks
Specifies whether the Reference Trigger occurs when the physical channels specified with Source match or differ from the digital pattern specified with Pattern. Use this enumeration to get or set the value of Condition.
Members
| Name | Value | Description |
|---|---|---|
| PatternMatches | 10254 | Trigger when the physical channels match the specified pattern. |
| PatternDoesNotMatch | 10253 | Trigger when the physical channels do not match the specified pattern. |