labscript_utils.remote

Script to run a zprocess.remote server configured according to LabConfig. Run with:

python -m labscript_utils.remote [--daemon] [--no-tui]

If –daemon is specified, the server will be started in the background. If –no-tui is specified, the server will run with ordinary terminal output instead of with the interactive text-based user interface (TUI).

Functions

main()