Table of Contents

Method ForceDcCurrent

Namespace
NationalInstruments.SemiconductorTestLibrary.TestStandSteps
Assembly
NationalInstruments.SemiconductorTestLibrary.TestStandSteps.dll

ForceDcCurrent(ISemiconductorModuleContext, string[], double, double, double)

Forces the specified DC current 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 ForceDcCurrent(ISemiconductorModuleContext tsmContext, string[] pinsOrPinGroups, double currentLevel, double voltageLimit, double settlingTime = 0)

Parameters

tsmContext ISemiconductorModuleContext

The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.

pinsOrPinGroups string[]

The pins or pin groups to force DC voltage on.

currentLevel double

The DC current level to force, in amperes.

voltageLimit double

The voltage limit in volts.

settlingTime double

The amount of time to wait before continuing, in seconds.