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 : ISessionInformation
  - Inheritance
 - 
      
      FgenSessionInformation
 
- Implements
 
- Inherited Members
 
Constructors
- FgenSessionInformation(NIFgen, IList<SitePinInfo>)
 Constructs a session information object.
- 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.
Properties
- AllChannelsString
 The all channels string associated with the Session.
- AssociatedSitePinList
 Gets a list of 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.