ResultLogger.LogUUTDone
- Updated2025-07-21
- 1 minute(s) read
ResultLogger.LogUUTDone
Syntax
ResultLogger.LogUUTDone( thread, modelData, uut, uutStatus, uutResult)
Purpose
Logs parameters to the Model Plugin - UUT Done entry point.
Remarks
Parameters
thread As Thread
[In] Specifies the process model controller or test socket thread that invokes this method.
modelData As PropertyObject
[In] Specifies the process model-specific data. At a minimum, this parameter must be a container with a field named ModelType using the NI_ModelType type. For controller threads, this parameter must also contain a field named TestSockets using a container array type, where each element in the array contains a field named MainSequenceResults using an object reference type.
uut As PropertyObject
[In] Specifies the container that describes the UUT.
uutStatus As String
[In] Specifies the result status for the UUT.
uutResult As PropertyObject
[In] Pass the result of the sequence call that invoked the MainSequence in the client sequence file.