Table of Contents

Method TryGetValue

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

TryGetValue(int, out T)

Attempts to get the data for a given site number.

public bool TryGetValue(int siteNumber, out T value)

Parameters

siteNumber int

The site number.

value T

The data for the given site number.

Returns

bool

Returns true if the data for the given site number exists in the SiteData object.