NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDigitalPatternPauseTriggerCondition EnumerationCurrent page
Table of Contents

DigitalPatternPauseTriggerCondition Enumeration

DigitalPatternPauseTriggerCondition Enumeration

DigitalPatternPauseTriggerCondition Enumeration

Specifies if the Pause 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.40.49302

Syntax

public enum DigitalPatternPauseTriggerCondition
Public Enumeration DigitalPatternPauseTriggerCondition

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 if the Pause 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

Was this information helpful?