Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

NSLS-II/qtbroker

Repository files navigation

qtbroker

This is a temporary repo. It will probably be merged into NSLS-II/databroker in the future. This is barely usable and not stable or officially supported.

Getting Started

You need a databroker with some data in it. A quick way to obtain one is to download the tutorial:

git clone https://github.com/NSLS-II/tutorial
ipython
%run tutorial/startup.py  # defines a db and subscribed it to a RunEngine RE
%run -i tutorial/generate_data.py  # executes some plans using RE, generating data in db

And now set up a BrowserWindow instance. See example.py in this repo to get started.