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