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
sessionNIFgen-
The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
channelListstring-
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
sessionNIFgen-
The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
channelListstring-
The channels list associated with the NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
pinRangestring[]-
An array of pin names associated with the NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
siteRangeint[]-
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
sessionNIFgen-
The NationalInstruments.ModularInstruments.NIFgen.NIFgen session.
associatedSitePinListIList<SitePinInfo>-
The specified subset of channels associated with the session.