Table of Contents

Method FilterBySite

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

FilterBySite(int)

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

public CustomInstrumentSessionsBundle FilterBySite(int requestedSite)

Parameters

requestedSite int

The requested site.

Returns

CustomInstrumentSessionsBundle

A new CustomInstrumentSessionsBundle object with the requested site.

FilterBySite(int[])

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

public CustomInstrumentSessionsBundle FilterBySite(int[] requestedSites)

Parameters

requestedSites int[]

The requested sites.

Returns

CustomInstrumentSessionsBundle

A new CustomInstrumentSessionsBundle object with the requested sites.