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
requestedPinstringThe 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
requestedPinsstring[]The requested pins.
Returns
- CustomInstrumentSessionsBundle
 A new CustomInstrumentSessionsBundle object with the requested pins.