Releases: pcdshub/pcdsdaq
Releases · pcdshub/pcdsdaq
v2.3.0
v2.2.7
v2.2.7 (2020-09-17)
- Change bykik code to False by default in set_filter as per Silke's instructions
- Give up on the run_number getter on the first failure per session, it is merely cosmetic and should not slow down the scan.
- Decrease the get run number timeout to 1s.
- Copy the good docstring for set_filter over to the daq method
- Increase timeouts for get_hutch and get_ami_proxy, then cache the result. The result does not change.
- Allow controls arg to accept pseudopositioners
- Allow "tri-state" configuration args (True, False, None), and allow the Daq class to know whether the user has passed in
None
versus not passed in anything at all - Allow
record=None
to mean "Use the record option selected in the DAQ GUI" - Increase the begin timeout to 15s
- Add more pointed error messages to the wait timeouts
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
- Fix issue where the daq could rapidly cycle under specific conditions
- Fix issue where the daq class wasn't correctly reset after a disconnect
- Fix issue where deprecated
platform
argument was mistakenly left in at 2.0.0 - Fix issue where module was broken on newest
bluesky
becauseNone
is no longer a valid data shape
v2.2.0
Features
- Add
AmiDet
interface for interacting withpyami
- Clean up and update
pcdsdaq_lib_setup
to work withpyami
- Allow daq to be configured to run "forever, until everything else is done
triggering" by settingevents=0
- Add configurable sleep time to account for the difference between the daq
process claiming to be ready and actually being ready
(daq.configure(begin_sleep=0.5)
)
Bugfixes
- Fix issue where package update would break the conda environment