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
tsmContextISemiconductorModuleContext-
The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
pinsOrPinGroupsstring[]-
The pins or pin groups to force DC voltage on.
voltageLeveldouble-
The DC voltage level to force, in volts.
currentLimitdouble-
The current limit in amperes.
settlingTimedouble-
The amount of time to wait before continuing, in seconds.