NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSourceCurrent.CurrentLevelRange Property

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

DCPowerOutputSourceCurrentCurrentLevelRange Property

Gets or sets the current level range, in amperes, for the specified channel(s).

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

Syntax

public double CurrentLevelRange { get; set; }
Public Property CurrentLevelRange As Double
	Get
	Set

Property Value

Type: Double
Refer 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.

See Also

Log in to get a better experience