DCPowerOutputSourceCurrent.CurrentLevelRange Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerOutputSourceCurrentCurrentLevelRange Property
Gets or sets the current level range, in amperes, for the specified channel(s).
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public double CurrentLevelRange { get; set; }
Public Property CurrentLevelRange As Double Get Set
Property Value
Type: DoubleRefer to the Ranges topic in the NI DC Power Supplies and SMUs Help or to the instrument specifications for information about valid ranges.
Remarks
The range defines the valid value to which the current level can be set. Use the DCPowerSourceCurrentLevelAutorange property to enable automatic selection of the current level range. The CurrentLevelRange property is applicable only if the DCPowerSourceOutputFunction property is set to DCCurrent.
The channel must be enabled for the specified current level range to take effect.
Refer to the Enabled property for more information about enabling the channel.