Table of Contents

Method ConfigureCurrentLimits

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

ConfigureCurrentLimits(DCPowerSessionsBundle, IDictionary<string, double>, IDictionary<string, double>)

Configures the current limits.

public static void ConfigureCurrentLimits(this DCPowerSessionsBundle sessionsBundle, IDictionary<string, double> currentLimits, IDictionary<string, double> currentLimitRanges = null)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

currentLimits IDictionary<string, double>

The per-pin current limits to set.

currentLimitRanges IDictionary<string, double>

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