ca4eb1e5d4
fix(interactive_scan): fixed bug in scan number calculation; simplified interface
2024-09-18 16:36:13 +02:00
d842e20dc8
feat(interactive scans): added support for interactive scans
...
This commit adds support for interactive scans. This is a new feature that allows users to interactively define scans in the BEC client. The user can specify the scan parameters in a context manager and then run the scan interactively by accessing the device objects directly. Dedicated trigger and read function are provided to perform larger actions.
2024-09-18 16:36:13 +02:00
c67e80a29a
refactor(bec_lib): minor cleanup for cli scan context managers
2024-09-18 16:36:13 +02:00
a481fdadfe
refactor: add system_config and review docs
2024-06-07 09:51:00 +02:00
f37109873a
fix(tests): ensure all tests do not leak threads
2024-03-28 12:56:24 +01:00
d1834a13c1
refactor: cleanup of BECClient
2024-03-20 08:06:43 +01:00
260ff38d62
test: add and fixed tests for scan_to_csv and scan_export_cm
2024-01-24 22:18:31 +01:00
9acba36aa2
refactor: deprecated devicemanager_client
2023-12-18 16:50:50 +00:00
de5da559a6
refactor: move bec_lib test utils out of core folder
2023-11-10 10:22:51 +01:00
146898ec3f
refactor: run isort on all files
...
$ isort . --profile=black --line-width=100 --multi-line=3 --trailing-comma
2023-11-10 10:22:47 +01:00
a944e43e1a
feat: renamed bec_client_lib to bec_lib
2023-06-28 11:04:24 +02:00