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.

DCPower(string[], bool)

Gets the DCPowerSessionsBundle associated with the specified pins.

public DCPowerSessionsBundle DCPower(string[] pins, bool filterPins)

Parameters

pins string[]

The given pins.

filterPins bool

Whether to automatically filter out non-NIDCPower pins.

Returns

DCPowerSessionsBundle

The associated DCPowerSessionsBundle. Returns null if all pins are non-NIDCPower pins.