Constructor CustomInstrumentSessionInformation
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
 
CustomInstrumentSessionInformation(ICustomInstrument, string)
Constructs a session information object that associates with a ICustomInstrument instrument session.
public CustomInstrumentSessionInformation(ICustomInstrument session, string channelList)
Parameters
sessionICustomInstrumentThe ICustomInstrument session.
channelListstringThe channels list associated with the ICustomInstrument session.
CustomInstrumentSessionInformation(ICustomInstrument, IList<SitePinInfo>)
Constructs a session information object that associates with a ICustomInstrument instrument session.
public CustomInstrumentSessionInformation(ICustomInstrument session, IList<SitePinInfo> associatedSitePinList)
Parameters
sessionICustomInstrumentThe 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 ICustomInstrument instrument session.
public CustomInstrumentSessionInformation(ICustomInstrument session, string channelList, string[] pinRange, int[] siteRange)
Parameters
sessionICustomInstrumentThe ICustomInstrument session.
channelListstringThe channels list associated with the ICustomInstrument session.
pinRangestring[]An array of pin names associated with the ICustomInstrument session.
siteRangeint[]An array of sites associated with the ICustomInstrument session.