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
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
currentLimit
doubleThe 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
DCPowerOutputThe NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutput object.
currentLimit
doubleThe 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.