NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DigitalPatternPauseTrigger.Condition Property

DigitalPatternPauseTrigger.Condition Property

DigitalPatternPauseTriggerCondition Property

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 DigitalPatternPauseTriggerCondition Condition { get; set; }
Public Property Condition As DigitalPatternPauseTriggerCondition
	Get
	Set

Property Value

Type: DigitalPatternPauseTriggerCondition
Specifies if the Pause Trigger occurs when the physical channels specified with Source match or differ from the digital pattern specified with Pattern.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?