![]() |
Range







Public Data Item |
Declared in: NiIviDmm.h |
Declaration
double Range;
Description
The measurement range. Positive values represent the absolute value of the maximum expected measurement. The units are determined by the value of the Function property.
Negative values are reserved for controlling the DMM's auto-ranging capability.
- CNiIviDmm::OnAutoRange - The Dmm calculates the range automatically before each measurement.
- CNiIviDmm::OffAutoRange - Disables auto-ranging. The most recently calculated range is used for subsequent measurements.
- CNiIviDmm::OnceAutoRange - The Dmm calculates the range before the next measurement and uses this value for all subsequent measurement.
When this property is set to CNiIviDmm::OnAutoRange, use the Advanced.ActualRange property to get the actual range.