10-10-2021 06:37 AM
Hello,
I need to add the PassFailTest on a test sequence. I'm able to add INPUT parameters, but not the OUTPUT. They appears disabled too. How can I do?
10-11-2021 02:41 AM
Hi fabio.int
I do not understand what you mean by disabled, are you able to elaborate?
See below where output parameters are processed in the same way as input parameters. Immediately before the FOR Loop, Parameter Data In (input params) and Return Data (output params) are combined into a single array and all processed together.
Regards
Steve
10-12-2021 07:08 AM
Hi,
I found that if you try to set the property "useDefaultValue" for the output parameters, you are not able to write when you open the seq file on teststand.
I hope it is clear.
So the solution is: do not set the property "useDefaultValue" when you are arrenge the output parameters.
10-12-2021 07:21 AM
Nice one, good stuff