Table of Contents

Method PublishResult

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

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

Publishes measurement result.

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

Parameters

tsmContext ISemiconductorModuleContext

The 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 result for.

Type Parameters

T

The type of the measurement data.