Table of Contents

Method FilterByPin

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

FilterByPin(string)

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

public FgenSessionsBundle FilterByPin(string requestedPin)

Parameters

requestedPin string

The requested pin.

Returns

FgenSessionsBundle

A new FgenSessionsBundle object with the requested pin.

FilterByPin(string[])

Filters current FgenSessionsBundle and returns a new one with requested pins.

public FgenSessionsBundle FilterByPin(string[] requestedPins)

Parameters

requestedPins string[]

The requested pins.

Returns

FgenSessionsBundle

A new FgenSessionsBundle object with requested pins.