Table of Contents

Method ForceDcVoltage

Namespace
NationalInstruments.SemiconductorTestLibrary.TestStandSteps
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

tsmContext ISemiconductorModuleContext

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

pinsOrPinGroups string[]

The pins or pin groups to force DC voltage on.

voltageLevel double

The DC voltage level to force, in volts.

currentLimit double

The current limit in amperes.

settlingTime double

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