ReferenceTrigger.AutoTriggerEnable Property
- Updated2023-02-21
- 1 minute(s) read
ReferenceTriggerAutoTriggerEnable Property
Specifies whether to send a software trigger to the device when a hardware trigger is no longer active in order to prevent a timeout.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool AutoTriggerEnable { get; set; }
Public Property AutoTriggerEnable As Boolean Get Set
Property Value
Type: BooleanSpecifies whether to send a software trigger to the device when a hardware trigger is no longer active in order to prevent a timeout.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |