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.