Hi. How do execute synchronous Python command? I'm sending queries to a server from Python command. It takes some time to get an answer from the server so I need to stop the FlexSim clock for that time. In Http request I can use request.sendAndWait(); but how the same is done with Python?
In the example, the server response delay is modelled with sleep command in Python code. The Processor is asking for a process time from Python.