Table of Contents

Method DCPower

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

DCPower(string)

Gets the DCPowerSessionsBundle associated with the specified pin.

public DCPowerSessionsBundle DCPower(string pin)

Parameters

pin string

The given pin.

Returns

DCPowerSessionsBundle

The associated DCPowerSessionsBundle.

DCPower(string[])

Gets the DCPowerSessionsBundle associated with the specified pins.

public DCPowerSessionsBundle DCPower(string[] pins)

Parameters

pins string[]

The given pins.

Returns

DCPowerSessionsBundle

The associated DCPowerSessionsBundle.