NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.DCOffset Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.DCOffset 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: Double
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 .

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience