Table of Contents

Method FilterByPin

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

FilterByPin(string)

Filters the current CustomInstrumentSessionsBundle and returns a new one with the requested pin.

public CustomInstrumentSessionsBundle FilterByPin(string requestedPin)

Parameters

requestedPin string

The requested pin.

Returns

CustomInstrumentSessionsBundle

A new CustomInstrumentSessionsBundle object with the requested pin.

FilterByPin(string[])

Filters the current CustomInstrumentSessionsBundle and returns a new one with the requested pins.

public CustomInstrumentSessionsBundle FilterByPin(string[] requestedPins)

Parameters

requestedPins string[]

The requested pins.

Returns

CustomInstrumentSessionsBundle

A new CustomInstrumentSessionsBundle object with the requested pins.