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