Table of Contents

Method PublishSingleSiteResult

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

PublishSingleSiteResult<T>(ISemiconductorModuleContext, T, string, string)

Publishes measurement result for a specific site-pin pair.

public static void PublishSingleSiteResult<T>(this ISemiconductorModuleContext tsmSingleSiteContext, T result, string publishedDataId, string pin = "")

Parameters

tsmSingleSiteContext ISemiconductorModuleContext

The single site NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.

result T

The measurement result to publish.

publishedDataId string

The unique data id to use when publishing.

pin string

The pin to publish results for.

Type Parameters

T

The type of the measurement data.

Remarks

Use this method with a single site context only.