AOChannel.Minimum Property
- Updated2023-02-21
- 1 minute(s) read
AOChannelMinimum Property
Specifies the minimum value you expect to generate. The value is in the units you specify with a units property. If you try to write a value smaller than the minimum value, NI-DAQmx generates an error. NI-DAQmx might coerce this value to a larger value if other task settings restrict the device from generating the desired minimum.
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 generate. The value is in the units you specify with a units property. If you try to write a value smaller than the minimum value, NI-DAQmx generates an error. NI-DAQmx might coerce this value to a larger value if other task settings restrict the device from generating the desired minimum.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |