Table of Contents

Constructor FgenSessionInformation

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

FgenSessionInformation(NIFgen, string)

Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIFgen.NIFgen instrument session.

public FgenSessionInformation(NIFgen session, string channelList)

Parameters

session NIFgen

The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

channelList string

The channels list associated with the NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

FgenSessionInformation(NIFgen, string, string[], int[])

Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIFgen.NIFgen instrument session.

public FgenSessionInformation(NIFgen session, string channelList, string[] pinRange, int[] siteRange)

Parameters

session NIFgen

The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

channelList string

The channels list associated with the NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

pinRange string[]

An array of pin names associated with the NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

siteRange int[]

An array of sites associated with the NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

FgenSessionInformation(NIFgen, IList<SitePinInfo>)

Constructs a session information object.

public FgenSessionInformation(NIFgen session, IList<SitePinInfo> associatedSitePinList)

Parameters

session NIFgen

The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.

associatedSitePinList IList<SitePinInfo>

The specified subset of channels associated with the session.