Class SitePinInfo
- 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 SitePinInfoInheritance
Inherited Members
Constructors
- SitePinInfo(string)
-
Constructs a site-pin pair.
- SitePinInfo(int, string)
-
Constructs a site-pin pair.
- SitePinInfo(int, string, string, string)
-
Constructs a site-pin pair.
Fields
- SiteNumberNone
-
Defines the value of site number for a system pin.
Properties
- CascadingInfo
-
Stores the child class instance of NationalInstruments.SemiconductorTestLibrary.Common.CascadingInfo. Stores a mergingInfo object for each merged group or a gangingInfo object for each ganged group of the current site.
- 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.
- SkipOperations
-
Gets a boolean value indicating whether operations should be skipped for the current site-pin pair.
Methods
- CloneSitePinInfo()
-
Creates a shallow copy of the current NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo instance.