runmanager.__main__.RemoteServer
- class runmanager.__main__.RemoteServer[source]
Bases:
ZMQServerMethods
__init__()handle_get_globals([raw])handle_set_globals(globals[, raw])handle_set_labscript_file(value)handle_set_run_shots(value)handle_set_shuffle(value)handle_set_view_shots(value)handler(request_data)To be overridden by subclasses.
mainloop()setup_auth(context)Deprecated.
shutdown()shutdown_on_interrupt()timeout()A function to call every self.timeout_interval seconds in the same thread as the handler.