06-20-2011 10:25 AM
I'm fairly new to TestStand, and I am trying to debug an issue with a sequence file.
I have a step, which is a .NET adapter (not sure whether that may be relevant).
Within the properties looping has been enabled, and a post-expression has also been set.
Will the post-expression execute at the end of each iteration of the loop or once, after the loop has iterated 5 times?
Thanks in advance.
Andy
Solved! Go to Solution.
06-20-2011 12:01 PM
Look in the TestStand Reference Manual in Chapter 3 under Step Execution. It should be pretty clear.
Start>>All Programs>>National Instruments>>TestStand>>Documentation>>Manuals>>NI TestStand Reference Manual
06-21-2011 02:54 AM
Thanks,
I found a table in Chapter 3, (Table 3-4). It lays out exactly what order a step is executed in.
The post-expression of a step will execute on every iteration.