NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.RangeLow Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.RangeLow Property
Specifies the lower limit of the input 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.45.49302

Syntax

public double RangeLow { get; set; }
Public Property RangeLow As Double
	Get
	Set

Property Value

Type: Double
Specifies the lower limit of the input 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

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience