ResultLogger.LogOnTheFlyStepResults
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ResultLogger.LogOnTheFlyStepResults
Syntax
ResultLogger.LogOnTheFlyStepResults( thread, uut, steps, results, callbackNames, parentIds)
Purpose
Logs parameters to the Model Plugin - OnTheFly Step Results entry point.
Parameters
thread As Thread
[In] Specifies the test socket thread that invokes this method.
uut As PropertyObject
[In] Specifies the container that describes the UUT.
steps As PropertyObject
[In] Pass the Steps parameter TestStand passed to the PostResults callback.
results As PropertyObject
[In] Pass the Results parameter TestStand passed to the PostResults callback.
callbackNames As PropertyObject
[In] Pass the CallbackNames parameter TestStand passed to the PostResults callback.
parentIds As PropertyObject
[In] Pass the ParentIds parameter TestStand passed to the PostResults callback.