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
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
resultTThe measurement result to publish.
publishedDataIdstringThe unique data id to use when publishing.
pinstringThe pin to publish result for.
Type Parameters
TThe type of the measurement data.