Table of Contents

Constructor DigitalSessionInformation

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

DigitalSessionInformation(NIDigital, string, string)

Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDigital.NIDigital instrument session.

public DigitalSessionInformation(NIDigital session, string pinSetString, string siteList)

Parameters

session NIDigital

The NationalInstruments.ModularInstruments.NIDigital.NIDigital session.

pinSetString string

The pin set string associated with the NationalInstruments.ModularInstruments.NIDigital.NIDigital session.

siteList string

The site list associated with the NationalInstruments.ModularInstruments.NIDigital.NIDigital session.

DigitalSessionInformation(NIDigital, IList<SitePinInfo>)

Constructs a session information object.

public DigitalSessionInformation(NIDigital session, IList<SitePinInfo> associatedSitePinList)

Parameters

session NIDigital

The NationalInstruments.ModularInstruments.NIDigital.NIDigital session.

associatedSitePinList IList<SitePinInfo>

The specified subset of channels associated with the session.