Table of Contents

Method GetValue

Namespace
NationalInstruments.SemiconductorTestLibrary.DataAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

GetValue(int, string)

Gets the data for a given site number-pin name pair.

public T GetValue(int siteNumber, string pinName)

Parameters

siteNumber int

The specified site number.

pinName string

The specified pin name.

Returns

T

The data for the specified site number and pin name.

GetValue(SitePinInfo, out bool)

Gets the data for the site number and pin name pair associated with the given NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object.

public T GetValue(SitePinInfo sitePinInfo, out bool valueAssociatedWithPinGroupName)

Parameters

sitePinInfo SitePinInfo

The associated SitePinInfo object.

valueAssociatedWithPinGroupName bool

Returns true if the data is associated with the pin group name.

Returns

T

The data for the site number and the pin name of the SitePinInfo object that is provided.

GetValue(SitePinInfo)

Gets the data for the site number and pin name pair associated with the given NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object.

public T GetValue(SitePinInfo sitePinInfo)

Parameters

sitePinInfo SitePinInfo

The associated SitePinInfo object.

Returns

T

The data for the site number and the pin name of the SitePinInfo object that is provided.