pcdshub / pcdsdaq

Utilities for using the DAQ's pydaq, pycdb, and pyami libraries in conjunction with Bluesky
https://pcdshub.github.io/pcdsdaq
Other
0 stars 9 forks source link

Potential Bug with use_l3t and recording #17

Closed ZLLentz closed 6 years ago

ZLLentz commented 6 years ago

I haven't confirmed this, but reading the code as-is makes me expect that doing:

daq.configure(use_l3t=True)
daq.record = True
daq.begin()

Will override the use_l3t configuration.

Should be investigated, and fixed if indeed broken.

ZLLentz commented 6 years ago

This was accidentally fixed, probably in #29 or #30