simetrix.processEvents¶
- simetrix.processEvents()¶
Processes the GUI event loop and tests for an abort request. GUI activity such as selecting menus or performing mouse actions in the schematic editor require regular processing of the GUI event loop (also known as the “Message Loop” in Windows). All SIMetrix Python functions and methods call this function anyway but if you are executing a long section of pure Python code, you should call this function periodically. About once every 100ms is sufficient.