Alazar driver (config2)
Migrated from qutil!38 (closed).
Merge request reports
Activity
assigned to @simon.humpohl
mentioned in merge request qutil!38 (closed)
Have you tested it again with the current master i.e, https://git.rwth-aachen.de/qutech/cpp-atsaverage/-/commit/dbe6a6612bf975a1a4069181207e1a9ed155a24c ? There were some changes in config2.
from python_spectrometer import daq, Spectrometer from tempfile import mkdtemp from atsaverage.core import getLocalCard card = getLocalCard(1, 1) spect = Spectrometer(daq.atsaverage.AlazarATS9xx0(card, 0), savepath=mkdtemp()) spect.take() Acquiring 1 spectra with key (0, ''): 0%| | 0/1 [00:10<?, ?it/s] Traceback (most recent call last): File ~\Documents\python-spectrometer\src\python_spectrometer\core.py:1171 in take fetched_data = next(iterator) File ~\Documents\python-spectrometer\src\python_spectrometer\daq\atsaverage.py:105 in acquire result = self.card.extractNextScanline() RuntimeError: waitForComputation: Trigger timeout.
After 10 seconds (didn't specify a timeout, assume that's the default).
Edited by Tobias Hangleiter
added 168 commits
-
27ed6cfe...253b740d - 165 commits from branch
main
- ced9f7ea - Merge branch 'main' into feature/spectrometer_alazar
- 6fcb0156 - Add ReciprocalDiscreteInterval
- 21430eb7 - Update alazar driver to work with new api
Toggle commit list-
27ed6cfe...253b740d - 165 commits from branch
added 1 commit
- 901a6128 - Drop unnecessarily complex import or mock stuff
added 1 commit
- 943c72de - Revert "Drop unnecessarily complex import or mock stuff"
added 12 commits
- 943c72de...f83c1418 - 2 earlier commits
- b5bdcdaa - Merge branch 'feature/spectrometer_alazar' of...
- 41fdca6a - Merge branch 'feature/spectrometer_alazar' of...
- a8c80119 - Fix Precision kwarg
- f91e736f - Don't return rounded values
- 3aaa9d57 - Don't repr precision field
- c1b69e1c - Preferentially adjust df
- 025d7411 - Add noqa's
- b7a46a2e - Fix tests
- b8c74104 - Move Domain classes to their own module
- 7b2bc975 - Fix this/self issues
Toggle commit list@simon.humpohl Any good ideas for how to configure hardware triggers here? Like Alex did it?
added 1 commit
- 39059e1a - Set timeouts in setup() instead of acquire()
added 1 commit
- e3b4741d - Add proper error message for hardware trigger
mentioned in merge request !14 (closed)
added 10 commits
- 4905ce16 - Move daq/domains.py to qutil
- 739cb30d - Cache domains properties
- 91e2971a - Access settings dictionary-style in _PlotManager
- 9a0ba8e7 - Only use default for window if psd_estimator is welch
- 2fddbcfa - Drop explicit type casting
- 64d89968 - Update module docstring
- 849ff557 - Type hints and formatting
- 14a381e3 - Bump qutil version requirement
- d863ff43 - Fix window determination
- 957331cd - Merge branch 'move_domains_to_qutil' into 'feature/spectrometer_alazar'
Toggle commit listmentioned in commit 8900bd8d