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