NI-DAQmx .NET Framework 4.5 API Reference

DigitalPatternReferenceTriggerCondition Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
DigitalPatternReferenceTriggerCondition Enumeration
Specifies whether the Reference Trigger occurs when the physical channels specified with Source match or differ from the digital pattern specified with Pattern.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum DigitalPatternReferenceTriggerCondition
Public Enumeration DigitalPatternReferenceTriggerCondition

Members

  Member nameValueDescription
PatternMatches10254Trigger when the physical channels match the specified pattern.
PatternDoesNotMatch10253Trigger when the physical channels do not match the specified pattern.

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.

See Also

Log in to get a better experience