Method PublishSingleSiteResult
- 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
tsmSingleSiteContextISemiconductorModuleContextThe single site 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.
Remarks
Use this method with a single site context only.