Method FilterBySite
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
FilterBySite(int)
Filters the current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle and returns a new one with the requested site.
public CustomInstrumentSessionsBundle FilterBySite(int requestedSite)Parameters
requestedSiteint-
The requested site.
Returns
- CustomInstrumentSessionsBundle
-
A new NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle object with the requested site.
FilterBySite(int[])
Filters the current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle and returns a new one with the requested sites.
public CustomInstrumentSessionsBundle FilterBySite(int[] requestedSites)Parameters
requestedSitesint[]-
The requested sites.
Returns
- CustomInstrumentSessionsBundle
-
A new NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle object with the requested sites.