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
session
ICustomInstrumentThe ICustomInstrument session.
channelList
stringThe 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
session
ICustomInstrumentThe ICustomInstrument session.
associatedSitePinList
IList<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
session
ICustomInstrumentThe ICustomInstrument session.
channelList
stringThe channels list associated with the ICustomInstrument session.
pinRange
string[]An array of pin names associated with the ICustomInstrument session.
siteRange
int[]An array of sites associated with the ICustomInstrument session.