Device.DOTriggerUsage Property
- Updated2023-02-21
- 1 minute(s) read
DeviceDOTriggerUsage Property
Indicates the digital output trigger types supported by this device.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public TriggerUsageTypes DOTriggerUsage { get; }
Public ReadOnly Property DOTriggerUsage As TriggerUsageTypes Get
Property Value
Type: TriggerUsageTypesA TriggerUsageTypes that indicates the digital output trigger types supported by this device. The default value is a bitwise combination of Advance, ArmStart, Handshake, None, Pause, Reference, and Start.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |