runmanager

Graphical control of parameterised experiments composed in labscript


Keywords
experiment, control, automation
License
BSD-3-Clause
Install
pip install runmanager==3.2.1

Documentation

the labscript suite – runmanager

the labscript suite » runmanager

Graphical and remote interface to parameterized experiments

Actions Status License Python Version PyPI Conda Version Google Group

runmanager is an intuitive graphical interface for controlling labscript suite experiments.

Experiment parameters are defined and modified in runmanager and referenced in the labscript experiment logic (Python scripts). runmanager provides a potent framework for parameter space exploration; parameters can be raw Python expressions, with multiple iterable parameters scanned over via an outer product and/or in unison.

runmanager can be run on any host with network access to the hardware supervisor blacs, and includes a remote programming interface for automation.

Installation

runmanager is distributed as a Python package on PyPI and Anaconda Cloud, and should be installed with other components of the labscript suite. Please see the installation guide for details.