NI-DAQmx .NET Framework 4.5 API Reference

DigitalPatternReferenceTrigger.Condition Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
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.45.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