Method ForceDcVoltage
- Assembly
- NationalInstruments.SemiconductorTestLibrary.TestStandSteps.dll
ForceDcVoltage(ISemiconductorModuleContext, string[], double, double, double)
Forces the specified DC voltage on all pins and/or pin groups specified. Both DCPower and Digital PPMU pins are supported. If a value is provided to the settlingTimeInSeconds input, the method will wait the specified amount of settling time before continuing.
public static void ForceDcVoltage(ISemiconductorModuleContext tsmContext, string[] pinsOrPinGroups, double voltageLevel, double currentLimit, double settlingTime = 0)
Parameters
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
pinsOrPinGroupsstring[]The pins or pin groups to force DC voltage on.
voltageLeveldoubleThe DC voltage level to force, in volts.
currentLimitdoubleThe current limit in amperes.
settlingTimedoubleThe amount of time to wait before continuing, in seconds.