Table of Contents

Method FilterByPin

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

FilterByPin(string)

Filter current DCPowerSessionsBundle and returns a new one with the requested pin.

public DCPowerSessionsBundle FilterByPin(string requestedPin)

Parameters

requestedPin string

The requested pin.

Returns

DCPowerSessionsBundle

A new DCPowerSessionsBundle object with the requested pin.

FilterByPin(string[])

Filter current DCPowerSessionsBundle and returns a new one with requested pins.

public DCPowerSessionsBundle FilterByPin(string[] requestedPins)

Parameters

requestedPins string[]

The requested pins.

Returns

DCPowerSessionsBundle

A new DCPowerSessionsBundle object with requested pins.