Table of Contents

Method Fgen

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Fgen(string)

Gets the FgenSessionsBundle associated with the specified pin.

public FgenSessionsBundle Fgen(string pin)

Parameters

pin string

The 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.