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