DOChannel.OvercurrentLimit Property
- Updated2023-02-21
- 1 minute(s) read
DOChannelOvercurrentLimit Property
Specifies the current threshold in Amperes for the channel. A value of 0 means the channel observes no limit. Devices can monitor only a finite number of current thresholds simultaneously. If you attempt to monitor additional thresholds, NI-DAQmx returns an error.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double OvercurrentLimit { get; set; }
Public Property OvercurrentLimit As Double Get Set
Property Value
Type: DoubleSpecifies the current threshold in Amperes for the channel. A value of 0 means the channel observes no limit. Devices can monitor only a finite number of current thresholds simultaneously. If you attempt to monitor additional thresholds, NI-DAQmx returns an error.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |