Defines whether an instrument in LCR mode automatically selects the best impedance range for each given LCR measurement.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public DCPowerLCRImpedanceAutorange ImpedanceAutoRange { get; set; }

Remarks

Impedance autoranging may be enabled only when both:

You can read ImpedanceRange back after a measurement to determine the actual range used.

When enabled, impedance autoranging overrides impedance range settings you configure manually with any other properties.

When using a load with unknown impedance, you can set this property to On to determine the correct impedance range for the load. When you know the load impedance, you can achieve faster performance by setting this property to Off and setting ImpedanceRangeSource to LoadConfiguration.

The default value is On.