AIChannel.DCOffset Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelDCOffset Property
Specifies the DC value to add to the input range of the device. Use RangeHigh and RangeLow to specify the input range. This offset is in the native units of the device .
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double DCOffset { get; set; }
Public Property DCOffset As Double Get Set
Property Value
Type: DoubleSpecifies the DC value to add to the input range of the device. Use RangeHigh and RangeLow to specify the input range. This offset is in the native units of the device .
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |