CurrentLevelRange
- Updated2025-10-06
- 1 minute(s) read
Gets or sets the current level range, in amperes, for the specified channel(s).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public double CurrentLevelRange { get; set; }
Remarks
Refer to the Ranges topic in the NI DC Power Supplies and SMUs Help or to the instrument specifications for information about valid ranges.
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.