Class FgenSessionInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines an object that contains an individual NationalInstruments.ModularInstruments.NIFgen.NIFgen session and its related information.
public class FgenSessionInformation : ISessionInformationInheritance
Implements
Inherited Members
Constructors
- FgenSessionInformation(NIFgen, string)
-
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIFgen.NIFgen instrument session.
- FgenSessionInformation(NIFgen, string, string[], int[])
-
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIFgen.NIFgen instrument session.
- FgenSessionInformation(NIFgen, IList<SitePinInfo>)
-
Constructs a session information object.
Properties
- AllChannelsString
-
The all channels string associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Fgen.FgenSessionInformation.Session.
- AssociatedSitePinList
-
Gets a list of NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo objects containing information for the individual site-pin pairs associated with the driver session.
- ModelString
-
The NI-FGEN instrument model string.
- Session
-
The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
Methods
- GenerateInstrumentChannelToSitePinDictionary(ISemiconductorModuleContext)
-
Generates a dictionary that takes a channel string and returns the list of associated site-pin pair information.