Method FilterBySite
- 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
requestedSiteintThe 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
requestedSitesint[]The requested sites.
Returns
- CustomInstrumentSessionsBundle
 A new CustomInstrumentSessionsBundle object with the requested sites.