Constructor CustomInstrumentSessionInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
CustomInstrumentSessionInformation(ICustomInstrument, string)
Constructs a session information object that associates with a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument instrument session.
public CustomInstrumentSessionInformation(ICustomInstrument session, string channelList)Parameters
sessionICustomInstrument-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.
channelListstring-
The channels list associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.
CustomInstrumentSessionInformation(ICustomInstrument, IList<SitePinInfo>)
Constructs a session information object that associates with a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument instrument session.
public CustomInstrumentSessionInformation(ICustomInstrument session, IList<SitePinInfo> associatedSitePinList)Parameters
sessionICustomInstrument-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.
associatedSitePinListIList<SitePinInfo>-
The specified subset of channels associated with the session.
CustomInstrumentSessionInformation(ICustomInstrument, string, string[], int[])
Constructs a session information object that associates with a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument instrument session.
public CustomInstrumentSessionInformation(ICustomInstrument session, string channelList, string[] pinRange, int[] siteRange)Parameters
sessionICustomInstrument-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.
channelListstring-
The channels list associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.
pinRangestring[]-
An array of pin names associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.
siteRangeint[]-
An array of sites associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument session.