Table of Contents

Constructor CustomInstrumentSessionInformation

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument
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 ICustomInstrument

The ICustomInstrument session.

channelList string

The 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 ICustomInstrument

The 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 ICustomInstrument

The ICustomInstrument session.

channelList string

The 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.