CNiIviDmm::Range

Measurement Studio IVI

Class
CNiIviDmm::
Range
Base ClassesData ItemsConstructorsFunctionsGo to hierarchy chart    Prev page: PxiStarTriggerNext page: Resistance2WireFunction    
Public Data Item Declared in:
NiIviDmm.h

'Declaration' icon -- Shortcut to top of page. Declaration

double Range;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also