Method ConfigureCurrentLimits
- 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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
currentLimitsIDictionary<string, double>-
The per-pin current limits to set.
currentLimitRangesIDictionary<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.