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