Method FilterByPin
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
FilterByPin(string)
Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle and returns a new one with the requested pin.
public DAQmxTasksBundle FilterByPin(string requestedPin)Parameters
requestedPinstring-
The requested pin.
Returns
- DAQmxTasksBundle
-
A new NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object with the requested pin.
FilterByPin(string[])
Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle and returns a new one with requested pins.
public DAQmxTasksBundle FilterByPin(string[] requestedPins)Parameters
requestedPinsstring[]-
The requested pins.
Returns
- DAQmxTasksBundle
-
A new NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object with requested pins.