NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputLCR.ImpedanceAutoRange Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputLCR.ImpedanceAutoRange Property

DCPowerOutputLCRImpedanceAutoRange Property

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

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public DCPowerLCRImpedanceAutorange ImpedanceAutoRange { get; set; }
Public Property ImpedanceAutoRange As DCPowerLCRImpedanceAutorange
	Get
	Set

Property Value

Type: DCPowerLCRImpedanceAutorange
The default value is On.

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.

See Also

Log in to get a better experience