pyspMonitor.py -p 7780 -n
The argument '-n' tells pyspMonitor not to connect to a door.
An example can be found here
Note that this function is available under PySpectra.toPyspMonitor() and also under HasyUtils.toPyspMonitor(). Reason: toPyspMonitor() should be callable from Macros. But Macros may not import PySpectra because this may lead to a PyQt4/5 conflict. Therefore, use HasyUtils.toPyspMonitor() in Macros.
From the command line: TngGui.py --mp
.
Facilitates the Debian-10 transition.
Workaround: use pyspMonitor or SardanaMonitor to stop/abort Macros or use spock:
spock> door.abort() spock> door.stopmacro()