Method PublishResult
- 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
ISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
result
TThe measurement result to publish.
publishedDataId
stringThe unique data id to use when publishing.
pin
stringThe pin to publish result for.
Type Parameters
T
The type of the measurement data.