O am using TestStand 2016. I have several steps I need to execute that load firmware into the UUT by calling third party applications. Then only way I know if it succeeded is by the time it takes. If it succeeds it takes longer. I need to determine how long it took to execute the step. I have found several articles and posts that said to use the following:
Locals.ResultList[0].TS.TotalTime
I added a Statement step, and used the above to try to get the time for the step in question, but my sequence won't even execute. I get the error: Unknown variable of property name 'Locals.ResultList[0].TS'. I noticed all the posts were from years ago, so maybe something has changed in more recent versions of TestStand.
How do I get the step execution time?