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
sessionsBundleDCPowerSessionsBundleThe DCPowerSessionsBundle object.
currentLimitdoubleThe 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
outputDCPowerOutputThe NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutput object.
currentLimitdoubleThe 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.