Table of Contents

Method FilterBySite

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

FilterBySite(int)

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

public FgenSessionsBundle FilterBySite(int requestedSite)

Parameters

requestedSite int

The requested site.

Returns

FgenSessionsBundle

A new FgenSessionsBundle object with the requested site.

FilterBySite(int[])

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

public FgenSessionsBundle FilterBySite(int[] requestedSites)

Parameters

requestedSites int[]

The requested sites.

Returns

FgenSessionsBundle

A new FgenSessionsBundle object with requested sites.