Skip to content

bluesky/yaqc-bluesky

Repository files navigation

yaqc-bluesky

CI PyPI Conda yaq black ver log

A bluesky interface to the yaq instrument control framework.

To communicate with a yaq daemon, simply create a device::

import yaqc_bluesky
device = yaqc_bluesky.Device(port=39000)

yaqc_bluesky will read the traits from the daemon and return an appropriate device instance based on what it finds. Of course, you may also provide host as an argument (default localhost). You may also optionally provide name, if you wish the bluesky device to have a different name than the yaq daemon.

yaqc_bluesky only exposes a subset of the functionality of yaq daemons. Python users wishing to communicate with yaq may also be interested in yaqc.

You can play with yaq on bluesky using our binder:

binder

happi support

yaqc_bluesky provides support for Happi. Read more about yaq and Happi at yaq.fyi/blog/happi/.