NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.Maximum Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.Maximum Property
Specifies the maximum value you expect to measure. This value is in the units you specify with a units property. When you query this property, it returns the coerced maximum value that the device can measure with the current settings.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

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

Property Value

Type: Double
Specifies the maximum value you expect to measure. This value is in the units you specify with a units property. When you query this property, it returns the coerced maximum value that the device can measure with the current settings.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience