Table of Contents

Class DigitalSessionInformation

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

Defines an object that contains an individual NationalInstruments.ModularInstruments.NIDigital.NIDigital session and its related information.

public class DigitalSessionInformation : ISessionInformation
Inheritance
DigitalSessionInformation
Implements
Inherited Members

Constructors

DigitalSessionInformation(NIDigital, IList<SitePinInfo>)

Constructs a session information object.

DigitalSessionInformation(NIDigital, string, string)

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

Properties

AssociatedSiteList

The site numbers corresponding to SiteListString in a more accessible format.

AssociatedSitePinList

The pin set info corresponding to PinSetString in a more accessible format.

PinSet

The NationalInstruments.ModularInstruments.NIDigital.DigitalPinSet according to PinSetString on the Session.

PinSetString

The pin set string associated with the Session.

Session

The NationalInstruments.ModularInstruments.NIDigital.NIDigital session.

SiteListString

The site list string associated with the Session.

Methods

GetPerSitePinSetStrings()

Gets pin set strings on per-site basis.