Method DutPowerUp
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.TestStandSteps.dll
 
DutPowerUp(ISemiconductorModuleContext, string[], double[], double[], double, bool)
Forces DC voltage on the specified DUT supply pins. Must provide voltages and current limit values for each of the DUT supply pins.
If the powerUpSuppliesSerially Boolean is set to True, the DUT supplies will be powered up sequentially in the order provided,
and the settlingTime input will be used after power up each pin. Both DCPower and Digital PPMU pins are supported.
public static void DutPowerUp(ISemiconductorModuleContext tsmContext, string[] dutSupplyPinsOrPinGroups, double[] perSupplyPinOrPinGroupVoltages, double[] perSupplyPinOrPinGroupCurrentLimits, double settlingTime = 0, bool powerUpSuppliesSerially = false)
Parameters
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
dutSupplyPinsOrPinGroupsstring[]The DUT supply pins or pin groups.
perSupplyPinOrPinGroupVoltagesdouble[]The DC voltage level to force on each DUT supply pin or pin group, in volts.
perSupplyPinOrPinGroupCurrentLimitsdouble[]The current limit for each DUT supply pin or pin group, in amperes.
settlingTimedoubleThe amount of time to wait before continuing, in seconds.
powerUpSuppliesSeriallyboolWhether to power up DUT supplies sequentially.