ImpedanceAutoRange
- Updated2025-10-06
- 1 minute(s) read
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:
The source mode is set to single point
MeasureWhen is set to a value other than OnMeasureTrigger
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.