NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSource.QueryCurrentLimitMax Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputSource.QueryCurrentLimitMax Method

DCPowerOutputSourceQueryCurrentLimitMax Method

Queries the maximum current limit on a channel if the channel is set to the specified voltageLevel.

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

Syntax

public double QueryCurrentLimitMax(
	double voltageLevel
)
Public Function QueryCurrentLimitMax ( 
	voltageLevel As Double
) As Double

Parameters

voltageLevel
Type: SystemDouble
Specifies the voltage level to use when calculating the maxCurrentLimit.

Return Value

Type: Double
Returns the maximum current limit that can be set with the specified voltageLevel.

See Also

Log in to get a better experience