NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DigitalPatternReferenceTrigger.Condition Property

  • Updated2023-02-21
  • 1 minute(s) read
DigitalPatternReferenceTrigger.Condition Property
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.40.49302

Syntax

public DigitalPatternReferenceTriggerCondition Condition { get; set; }
Public Property Condition As DigitalPatternReferenceTriggerCondition
	Get
	Set

Property Value

Type: DigitalPatternReferenceTriggerCondition
Specifies whether the Reference 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

Log in to get a better experience