Gets or sets whether or not NI-DCPower automatically selects the voltage level range based on the desired voltage level for the specified channels. If this property is set to On, NI-DCPower ignores any changes you make to the VoltageLevelRange property. If you change the DCPowerSourceVoltageLevelAutorange property from On to Off, NI-DCPower remembers the last value the VoltageLevelRange property was set to (or the default value if the property was never set) and uses that value as the voltage level range. Query the VoltageLevelRange property by getting the property value to find out which range NI-DCPower automatically selects. The DCPowerSourceVoltageLevelAutorange property is applicable only if the DCPowerSourceOutputFunction property is set to DCVoltage.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public DCPowerSourceVoltageLevelAutorange VoltageLevelAutorange { get; set; }

Remarks

Specifies an object of type DCPowerSourceVoltageLevelAutorange.