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
requestedSite
intThe 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.