Method Fgen
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Fgen(string)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionsBundle associated with the specified pin.
public FgenSessionsBundle Fgen(string pin)Parameters
pinstring-
The given pin.
Returns
- FgenSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionsBundle.
Fgen(string[])
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionsBundle associated with the specified pins.
public FgenSessionsBundle Fgen(string[] pins)Parameters
pinsstring[]-
The given pins.
Returns
- FgenSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionsBundle.
Fgen(string[], bool)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionsBundle associated with the specified pins.
public FgenSessionsBundle Fgen(string[] pins, bool filterPins)Parameters
Returns
- FgenSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionsBundle. Returns null if all pins are non-NIFgen pins.