Table of Contents

Method TryGetValue

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

TryGetValue(int, string, out T)

Tries to get the data for a given site number-pin name pair.

public bool TryGetValue(int siteNumber, string pinName, out T value)

Parameters

siteNumber int

The specified site number.

pinName string

The specified pin name.

value T

The data for the specified site number and pin name.

Returns

bool

Returns true if the data for a given site number-pin name pair exists in the PinSiteData object.