Table of Contents

Method FilterBySite

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

FilterBySite(int)

Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle and returns a new one with the requested site.

public DMMSessionsBundle FilterBySite(int requestedSite)

Parameters

requestedSite int

The requested site.

Returns

DMMSessionsBundle

A new NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle object with the requested site.

FilterBySite(int[])

Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle and returns a new one with requested sites.

public DMMSessionsBundle FilterBySite(int[] requestedSites)

Parameters

requestedSites int[]

The requested sites.

Returns

DMMSessionsBundle

A new NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle object with requested sites.