Table of Contents

Method ConfigureCurrentLimit

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureCurrentLimit(DCPowerSessionsBundle, double, double?)

Configures the current limit.

public static void ConfigureCurrentLimit(this DCPowerSessionsBundle sessionsBundle, double currentLimit, double? currentLimitRange = null)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

currentLimit double

The current limit to set.

currentLimitRange double?

The current limit range to set. Use the absolute value of current limit to set current limit range when this parameter is not specified.

ConfigureCurrentLimit(DCPowerOutput, double, double?)

Configures the current limit.

public static void ConfigureCurrentLimit(this DCPowerOutput output, double currentLimit, double? currentLimitRange = null)

Parameters

output DCPowerOutput

The NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutput object.

currentLimit double

The current limit to set.

currentLimitRange double?

The current limit range to set. Use the absolute value of current limit to set current limit range when this parameter is not specified.