DigitalPatternPauseTrigger.Condition Property
- Updated2023-02-21
- 1 minute(s) read
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: DigitalPatternPauseTriggerConditionSpecifies if the Pause Trigger occurs when the physical channels specified with Source match or differ from the digital pattern specified with Pattern.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |