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