iode.skip_pause

iode.skip_pause(value: bool = True)[source]

Whether to skip the pause made by the IODE commands $msg or after a warning (when running an IODE report).

Making a pause until the user press a key when running an IODE report in the Graphical User Interface can be useful to check the output after estimations or simulation. And the other hand, the user may also want to skip the pause when running an IODE report.

Parameters:
value: bool

skip the pause if True, otherwise wait for the user to press a key. Default to True.