Constructor FgenSessionInformation
- 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
NIFgenThe NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
channelList
stringThe channels list 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
NIFgenThe NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
associatedSitePinList
IList<SitePinInfo>The specified subset of channels associated with the session.