Open untzag opened 4 years ago
bluesky supports a "flyer" interface
At this moment I consider this out of scope for yaqc-bluesky, but perhaps it would be nice to implement at a later date. I'm thinking that we would need to add a new "class" to do this: flyer = yaqc_bluesky.Flyer(port=39000).
flyer = yaqc_bluesky.Flyer(port=39000)
bluesky supports a "flyer" interface
At this moment I consider this out of scope for yaqc-bluesky, but perhaps it would be nice to implement at a later date. I'm thinking that we would need to add a new "class" to do this:
flyer = yaqc_bluesky.Flyer(port=39000)
.