Table of Contents

Method ExtractSite

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

ExtractSite(int)

Gets the data for a given site number.

public IDictionary<string, T> ExtractSite(int siteNumber)

Parameters

siteNumber int

The specified site number.

Returns

IDictionary<string, T>

The data for the specified site number.