NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.DCOffset Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
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.45.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