DCPowerOutputSourceVoltage.VoltageLevelAutorange Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerOutputSourceVoltageVoltageLevelAutorange Property
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.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public DCPowerSourceVoltageLevelAutorange VoltageLevelAutorange { get; set; }
Public Property VoltageLevelAutorange As DCPowerSourceVoltageLevelAutorange Get Set
Property Value
Type: DCPowerSourceVoltageLevelAutorangeSpecifies an object of type DCPowerSourceVoltageLevelAutorange.