ResultLogger.LogPreUUT
- Updated2025-07-21
- 1 minute(s) read
ResultLogger.LogPreUUT
Syntax
ResultLogger.LogPreUUT( thread, modelThreadType, modelData, processModelClientPath, startDate, startTime, uut, continueTesting)
Purpose
Logs parameters to the Model Plugin - Pre UUT entry point.
Parameters
thread As Thread
[In] Specifies the process model controller or test socket thread that invokes this method.
modelThreadType As PropertyObject
[In] Pass an instance of an NI_ModelThreadType type that describes the thread parameter.
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.
processModelClientPath As String
[In] Specifies the absolute path of the process model client file. Pass an empty string if no such file exists.
startDate As PropertyObject
[In] Specifies an instance of the DateDetails custom data type that indicates the date on which the UUT test began.
startTime As PropertyObject
[In] Specifies an instance of the TimeDetails custom data type that indicates the time at which the UUT test began.
uut As PropertyObject
[In] Specifies the container that describes the UUT.
continueTesting As Boolean
[In] Specifies whether testing continues to the next UUT.