Method ConfigureCurrentLimit
- 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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
currentLimitdouble-
The current limit to set.
currentLimitRangedouble?-
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
outputDCPowerOutput-
The NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutput object.
currentLimitdouble-
The current limit to set.
currentLimitRangedouble?-
The current limit range to set. Use the absolute value of current limit to set current limit range when this parameter is not specified.