AIChannel.Minimum Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelMinimum Property
Specifies the minimum 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 minimum 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 Minimum { get; set; }
Public Property Minimum As Double Get Set
Property Value
Type: DoubleSpecifies the minimum 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 minimum value that the device can measure with the current settings.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |