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