You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="https://raw.githubusercontent.com/labscript-suite/labscript-suite/master/art/blacs_32nx32n.svg"height="64"alt="the labscript suite – blacs"align="right">
2
2
3
-
Part of the labscript suite, provides an interface to hardware used to control a buffered experiment. It manages a queue of shots to be run as well as providing manual control over devices between shots.
3
+
# the _labscript suite_ » blacs
4
4
5
-
(
6
-
[view on Bitbucket](https://bitbucket.org/labscript_suite/blacs)
7
-
)
5
+
### Graphical interface to scientific instruments and experiment supervision
8
6
9
-
* For install instructions, see the [labscript suite install guide](https://bitbucket.org/labscript_suite/install-guide)
**blacs** supervises the execution of experiments controlled by the [*labscript suite*](https://github.com/labscript-suite/labscript-suite). It manages experiment queuing and hardware-timed execution, and provides manual control over devices between experiment shots.
18
+
19
+
20
+
## Installation
21
+
22
+
blacs can be installed on Python 3.6 and later from [PyPI](https://pypi.org/user/labscript-suite):
23
+
24
+
```console
25
+
$ pip install blacs
26
+
```
27
+
28
+
Or from [Anaconda Cloud](https://anaconda.org/labscript-suite):
29
+
30
+
```console
31
+
$ conda install -c labscript-suite blacs
32
+
```
33
+
34
+
For complete installation instructions, please see the _labscript suite_[installation guide](https://docs.labscriptsuite.org/en/latest/installation).
0 commit comments