AOChannel.DacRangeHigh Property
- Updated2023-02-21
- 1 minute(s) read
AOChannelDacRangeHigh Property
Specifies the upper limit of the output range of the device. This value is in the native units of the device. On E Series devices, for example, the native units is volts.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double DacRangeHigh { get; set; }
Public Property DacRangeHigh As Double Get Set
Property Value
Type: DoubleSpecifies the upper limit of the output range of the device. This value is in the native units of the device. On E Series devices, for example, the native units is volts.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |