ReferenceTrigger.AutoTriggered Property
- Updated2023-02-21
- 1 minute(s) read
ReferenceTriggerAutoTriggered Property
Indicates whether a completed acquisition was triggered by the auto trigger. If an acquisition has not completed after the task starts, this property returns . This property is only applicable when AutoTriggerEnable is .
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool AutoTriggered { get; }
Public ReadOnly Property AutoTriggered As Boolean Get
Property Value
Type: BooleanIndicates whether a completed acquisition was triggered by the auto trigger. If an acquisition has not completed after the task starts, this property returns . This property is only applicable when AutoTriggerEnable is .
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |