DaqStream.WriteOvercurrentChannelsExist Property
- Updated2023-02-21
- 1 minute(s) read
DaqStreamWriteOvercurrentChannelsExist Property
Indicates if the device(s) detected an overcurrent condition for any channel in the task. Reading this property clears the overcurrent status for all channels in the task. You must read this property before you read WriteOvercurrentChannels. Otherwise, you will receive an error.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool WriteOvercurrentChannelsExist { get; }
Public ReadOnly Property WriteOvercurrentChannelsExist As Boolean Get
Property Value
Type: BooleanIndicates if the device(s) detected an overcurrent condition for any channel in the task. Reading this property clears the overcurrent status for all channels in the task. You must read this property before you read WriteOvercurrentChannels. Otherwise, you will receive an error.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |