03-12-2020 06:12 AM
I want to implement a wait time like 2 sec using expression in test stand
03-12-2020 11:08 AM
unfortunately this does not exist. You can put in a request for them to add it if you want through the idea exchange.
03-12-2020 01:24 PM
Just to clear you don't want to use the "Synchronization" -> "Wait" option?
04-06-2023 04:16 AM
Hi,
RunState.Execution.WaitForEndEx(1000)
Maybe this helps?
Martynas
04-06-2023 08:59 AM - edited 04-06-2023 09:22 AM
I don't think RunState.Execution.WaitForEndEx(1000) is a good idea
May the author's meaning is to hope for an expression to replace the native NI_Wait, but Execution.WaitForEndEx(1000) is a timeout waiting for the entire Execution to end, which is not the same meaning at all.