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