Skip to content

Releases: pcdshub/pcdsdaq

v2.3.0

02 Oct 20:52
ab2da71
Compare
Choose a tag to compare

v2.3.0 (2020-10-02)

  • Add hutch_name argument to Daq class to allow bypassing of the external get_hutch_name script.

v2.2.7

18 Sep 01:01
1d04ee0
Compare
Choose a tag to compare

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

20 Aug 00:00
28e8644
Compare
Choose a tag to compare

Fix issue with ami proxy script changes, making the library compatible with both the old and the new output.

v2.2.5

29 May 16:34
48ff9c4
Compare
Choose a tag to compare

Compatibility for ophyd=1.5.0

v2.2.4

21 May 19:24
9c27278
Compare
Choose a tag to compare

Fix issue with the begin timeout where the clock started ticking too early, causing race conditions.

v2.2.3

13 Mar 02:13
8351255
Compare
Choose a tag to compare

Fix issue with pcdsdaq_lib_setup that broke hutch environments

v2.2.2

23 Jan 01:49
d314ed4
Compare
Choose a tag to compare

Fix issue where daq would fail to load for det and tst hutches

v2.2.1

07 Jun 21:42
ffb0a01
Compare
Choose a tag to compare
  • 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 because None is no longer a valid data shape

v2.2.0

13 Oct 00:00
efbd6be
Compare
Choose a tag to compare

Features

  • Add AmiDet interface for interacting with pyami
  • Clean up and update pcdsdaq_lib_setup to work with pyami
  • Allow daq to be configured to run "forever, until everything else is done
    triggering" by setting events=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

v2.1.0

07 Aug 20:54
154391d
Compare
Choose a tag to compare

Features

  • Add Daq.run_number method to get the current run number.