Table of Contents

Class SitePinInfo

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Defines an object that contains the information for an individual site-pin pair. Such as, the site number, pin name, instrument channel string used by the driver, instrument model, etc.

public class SitePinInfo
Inheritance
SitePinInfo
Inherited Members

Constructors

SitePinInfo(int, string)

Constructs a site-pin pair.

SitePinInfo(int, string, string, string)

Constructs a site-pin pair.

SitePinInfo(string)

Constructs a site-pin pair.

Fields

SiteNumberNone

Defines the value of site number for a system pin.

Properties

IndividualChannelString

The individual channel string in "SMU_4147_C1_S06/1" format.

ModelString

The model string of the owning instrument of the channel associated with this site-pin pair.

PinName

The pin name.

SiteNumber

The site number.

SitePinString

The site-pin pair in "site0/A" format.