runmanager.__main__.RemoteServer

class runmanager.__main__.RemoteServer[source]

Bases: ZMQServer

__init__()[source]

Methods

__init__()

handle_abort()

handle_engage()

handle_error_in_globals()

handle_get_globals([raw])

handle_get_labscript_file()

handle_get_run_shots()

handle_get_shot_output_folder()

handle_get_shuffle()

handle_get_view_shots()

handle_is_output_folder_default()

handle_n_shots()

handle_reset_shot_output_folder()

handle_set_globals(globals[, raw])

handle_set_labscript_file(value)

handle_set_run_shots(value)

handle_set_shot_output_folder(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.

handle_abort()[source]
handle_engage()[source]
handle_error_in_globals()[source]
handle_get_globals(raw=False)[source]
handle_get_labscript_file()[source]
handle_get_run_shots()[source]
handle_get_shot_output_folder()[source]
handle_get_shuffle()[source]
handle_get_view_shots()[source]
handle_is_output_folder_default()[source]
handle_n_shots()[source]
handle_reset_shot_output_folder()[source]
handle_set_globals(globals, raw=False)[source]
handle_set_labscript_file(value)[source]
handle_set_run_shots(value)[source]
handle_set_shot_output_folder(value)[source]
handle_set_shuffle(value)[source]
handle_set_view_shots(value)[source]
handler(request_data)[source]

To be overridden by subclasses. This is an example implementation