bec-widgets 0.57.1__tar.gz → 0.57.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/CHANGELOG.md +19 -27
  2. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/PKG-INFO +2 -1
  3. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/client.py +10 -0
  4. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/client_utils.py +48 -49
  5. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/dock/dock_area.py +17 -2
  6. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/motor_map/motor_map.py +2 -2
  7. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/waveform/waveform.py +0 -1
  8. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/spiral_progress_bar/ring.py +2 -1
  9. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/pyproject.toml +2 -1
  10. bec_widgets-0.57.2/tests/end-2-end/conftest.py +55 -0
  11. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/end-2-end/test_bec_dock_rpc_e2e.py +68 -90
  12. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/end-2-end/test_bec_figure_rpc_e2e.py +18 -30
  13. bec_widgets-0.57.2/tests/end-2-end/test_rpc_register_e2e.py +40 -0
  14. bec_widgets-0.57.1/tests/end-2-end/conftest.py +0 -40
  15. bec_widgets-0.57.1/tests/end-2-end/test_rpc_register_e2e.py +0 -50
  16. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.git_hooks/pre-commit +0 -0
  17. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.gitignore +0 -0
  18. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.gitlab/issue_templates/bug_report_template.md +0 -0
  19. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.gitlab/issue_templates/documentation_update_template.md +0 -0
  20. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.gitlab/issue_templates/feature_request_template.md +0 -0
  21. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.gitlab/merge_request_templates/default.md +0 -0
  22. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.gitlab-ci.yml +0 -0
  23. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.pylintrc +0 -0
  24. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/.readthedocs.yaml +0 -0
  25. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/LICENSE +0 -0
  26. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/README.md +0 -0
  27. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/__init__.py +0 -0
  28. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/assets/bec_widgets_icon.png +0 -0
  29. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/assets/terminal_icon.png +0 -0
  30. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/__init__.py +0 -0
  31. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/auto_updates.py +0 -0
  32. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/generate_cli.py +0 -0
  33. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/rpc_register.py +0 -0
  34. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/rpc_wigdet_handler.py +0 -0
  35. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/cli/server.py +0 -0
  36. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/__init__.py +0 -0
  37. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/jupyter_console/__init__.py +0 -0
  38. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/jupyter_console/jupyter_console_window.py +0 -0
  39. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/jupyter_console/jupyter_console_window.ui +0 -0
  40. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/motor_movement/__init__.py +0 -0
  41. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/motor_movement/motor_control_compilations.py +0 -0
  42. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/examples/motor_movement/motor_controller.ui +0 -0
  43. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/__init__.py +0 -0
  44. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/bec_connector.py +0 -0
  45. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/bec_dispatcher.py +0 -0
  46. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/bec_table.py +0 -0
  47. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/colors.py +0 -0
  48. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/container_utils.py +0 -0
  49. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/crosshair.py +0 -0
  50. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/entry_validator.py +0 -0
  51. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/layout_manager.py +0 -0
  52. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/plugin_utils.py +0 -0
  53. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/rpc_decorator.py +0 -0
  54. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/thread_checker.py +0 -0
  55. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/ui_loader.py +0 -0
  56. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/validator_delegate.py +0 -0
  57. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/widget_io.py +0 -0
  58. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/utils/yaml_dialog.py +0 -0
  59. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/__init__.py +0 -0
  60. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/dock/__init__.py +0 -0
  61. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/dock/dock.py +0 -0
  62. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/__init__.py +0 -0
  63. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/figure.py +0 -0
  64. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/__init__.py +0 -0
  65. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/image/__init__.py +0 -0
  66. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/image/image.py +0 -0
  67. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/image/image_item.py +0 -0
  68. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/image/image_processor.py +0 -0
  69. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/motor_map/__init__.py +0 -0
  70. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/plot_base.py +0 -0
  71. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/waveform/__init__.py +0 -0
  72. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/figure/plots/waveform/waveform_curve.py +0 -0
  73. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/jupyter_console/__init__.py +0 -0
  74. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/jupyter_console/jupyter_console.py +0 -0
  75. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/__init__.py +0 -0
  76. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/motor_control.py +0 -0
  77. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/motor_table/__init__.py +0 -0
  78. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/motor_table/motor_table.py +0 -0
  79. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/motor_table/motor_table.ui +0 -0
  80. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/movement_absolute/__init__.py +0 -0
  81. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/movement_absolute/movement_absolute.py +0 -0
  82. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/movement_absolute/movement_absolute.ui +0 -0
  83. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/movement_relative/__init__.py +0 -0
  84. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/movement_relative/movement_relative.py +0 -0
  85. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/movement_relative/movement_relative.ui +0 -0
  86. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/selection/__init__.py +0 -0
  87. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/selection/selection.py +0 -0
  88. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/motor_control/selection/selection.ui +0 -0
  89. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/scan_control/__init__.py +0 -0
  90. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/scan_control/scan_control.py +0 -0
  91. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/spiral_progress_bar/__init__.py +0 -0
  92. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/spiral_progress_bar/spiral_progress_bar.py +0 -0
  93. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/toolbar/__init__.py +0 -0
  94. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/bec_widgets/widgets/toolbar/toolbar.py +0 -0
  95. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/Makefile +0 -0
  96. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/_static/custom.css +0 -0
  97. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/_templates/custom-class-template.rst +0 -0
  98. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/_templates/custom-module-template.rst +0 -0
  99. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/api_reference/api_reference.md +0 -0
  100. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/apps_48dp.svg +0 -0
  101. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/display_settings_48dp.svg +0 -0
  102. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/index_api.svg +0 -0
  103. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/index_contribute.svg +0 -0
  104. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/index_getting_started.svg +0 -0
  105. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/index_user_guide.svg +0 -0
  106. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/assets/rocket_launch_48dp.svg +0 -0
  107. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/conf.py +0 -0
  108. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/developer/developer.md +0 -0
  109. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/index.md +0 -0
  110. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/introduction/introduction.md +0 -0
  111. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/make.bat +0 -0
  112. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/requirements.txt +0 -0
  113. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/api_reference/api_reference.md +0 -0
  114. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/applications/applications.md +0 -0
  115. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/customisation.md +0 -0
  116. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/getting_started/command_line_introduction.md +0 -0
  117. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/getting_started/getting_started.md +0 -0
  118. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/getting_started/gui_complex_gui.gif +0 -0
  119. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/getting_started/installation.md +0 -0
  120. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/user.md +0 -0
  121. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/bec_figure.md +0 -0
  122. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/image_plot.gif +0 -0
  123. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/motor.gif +0 -0
  124. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/progress_bar.gif +0 -0
  125. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/scatter_2D.gif +0 -0
  126. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/spiral_progress_bar.md +0 -0
  127. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/w1D.gif +0 -0
  128. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/docs/user/widgets/widgets.md +0 -0
  129. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/__init__.py +0 -0
  130. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/end-2-end/__init__.py +0 -0
  131. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/__init__.py +0 -0
  132. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/client_mocks.py +0 -0
  133. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/conftest.py +0 -0
  134. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_bec_connector.py +0 -0
  135. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_bec_dispatcher.py +0 -0
  136. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_bec_dock.py +0 -0
  137. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_bec_figure.py +0 -0
  138. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_bec_motor_map.py +0 -0
  139. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_client_utils.py +0 -0
  140. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_configs/config_device.yaml +0 -0
  141. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_configs/config_device_no_entry.yaml +0 -0
  142. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_configs/config_scan.yaml +0 -0
  143. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_crosshair.py +0 -0
  144. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_generate_cli_client.py +0 -0
  145. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_motor_control.py +0 -0
  146. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_msgs/__init__.py +0 -0
  147. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_msgs/available_scans_message.py +0 -0
  148. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_plot_base.py +0 -0
  149. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_rpc_register.py +0 -0
  150. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_scan_control.py +0 -0
  151. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_spiral_progress_bar.py +0 -0
  152. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_waveform1d.py +0 -0
  153. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_widget_io.py +0 -0
  154. {bec_widgets-0.57.1 → bec_widgets-0.57.2}/tests/unit_tests/test_yaml_dialog.py +0 -0
@@ -2,6 +2,25 @@
2
2
 
3
3
 
4
4
 
5
+ ## v0.57.2 (2024-06-06)
6
+
7
+ ### Fix
8
+
9
+ * fix(test/e2e): autoupdate e2e rewritten ([`e1af5ca`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e1af5ca60f0616835f9f41d84412f29dc298c644))
10
+
11
+ * fix(test/e2e): spiral_progress_bar e2e tests rewritten to use config_dict ([`7fb31fc`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7fb31fc4d762ff4ca839971b3092a084186f81b8))
12
+
13
+ * fix(test/e2e): dockarea and dock e2e tests changed to check asserts against config_dict ([`5c6ba65`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5c6ba65469863ea1e6fc5abdc742650e20eba9b9))
14
+
15
+ * fix: rpc_server_dock fixture now spawns the server process ([`cd9fc46`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/cd9fc46ff8a947242c8c28adcd73d7de60b11c44))
16
+
17
+ * fix: accept scalars or numpy arrays of 1 element ([`2a88e17`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2a88e17b23436c55d25b7d3449e4af3a7689661c))
18
+
19
+ ### Refactor
20
+
21
+ * refactor: move _get_output and _start_plot_process at the module level ([`69f4371`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/69f4371007c66aee6b7521a6803054025adf8c92))
22
+
23
+
5
24
  ## v0.57.1 (2024-06-06)
6
25
 
7
26
  ### Documentation
@@ -146,30 +165,3 @@
146
165
 
147
166
 
148
167
  ## v0.53.0 (2024-05-09)
149
-
150
- ### Ci
151
-
152
- * ci: use formatter config of toml file ([`5cc816d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5cc816d0af73e20c648e044a027c589704ab1625))
153
-
154
- ### Documentation
155
-
156
- * docs: update install instructions ([`57ee735`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/57ee735e5c2436d45a285507cdc939daa20e8e8f))
157
-
158
- ### Feature
159
-
160
- * feat: moved to pyproject.toml; closes #162 ([`c86ce30`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c86ce302a964d71ee631f0817609ab5aa0e3ab0f))
161
-
162
- ### Fix
163
-
164
- * fix: fixed semver job and upgraded to v9 ([`32e1a9d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/32e1a9d8472eb1c25d30697d407a8ffecd04e75d))
165
-
166
- ### Refactor
167
-
168
- * refactor: applied formatter ([`4117fd7`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4117fd7b5b2090ff4fb7ad9e0d92cc87cd13ed5f))
169
-
170
-
171
- ## v0.52.1 (2024-05-08)
172
-
173
- ### Fix
174
-
175
- * fix(docstrings): docstrings formating fixed for sphinx to properly format readdocs ([`7f2f7cd`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7f2f7cd07a14876617cd83cedde8c281fdc52c3a))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bec_widgets
3
- Version: 0.57.1
3
+ Version: 0.57.2
4
4
  Summary: BEC Widgets
5
5
  Project-URL: Bug Tracker, https://gitlab.psi.ch/bec/bec_widgets/issues
6
6
  Project-URL: Homepage, https://gitlab.psi.ch/bec/bec_widgets
@@ -27,6 +27,7 @@ Requires-Dist: pytest; extra == 'dev'
27
27
  Requires-Dist: pytest-qt; extra == 'dev'
28
28
  Requires-Dist: pytest-random-order; extra == 'dev'
29
29
  Requires-Dist: pytest-timeout; extra == 'dev'
30
+ Requires-Dist: pytest-xvfb; extra == 'dev'
30
31
  Provides-Extra: pyqt5
31
32
  Requires-Dist: pyqt5>=5.9; extra == 'pyqt5'
32
33
  Provides-Extra: pyqt6
@@ -1651,6 +1651,16 @@ class BECDockArea(RPCBase, BECGuiClientMixin):
1651
1651
  Get all registered RPC objects.
1652
1652
  """
1653
1653
 
1654
+ @property
1655
+ @rpc_call
1656
+ def temp_areas(self) -> "list":
1657
+ """
1658
+ Get the temporary areas in the dock area.
1659
+
1660
+ Returns:
1661
+ list: The temporary areas in the dock area.
1662
+ """
1663
+
1654
1664
 
1655
1665
  class SpiralProgressBar(RPCBase):
1656
1666
  @rpc_call
@@ -61,10 +61,54 @@ def rpc_call(func):
61
61
  return wrapper
62
62
 
63
63
 
64
+ def _get_output(process) -> None:
65
+ try:
66
+ os.set_blocking(process.stdout.fileno(), False)
67
+ os.set_blocking(process.stderr.fileno(), False)
68
+ while process.poll() is None:
69
+ readylist, _, _ = select.select([process.stdout, process.stderr], [], [], 1)
70
+ if process.stdout in readylist:
71
+ output = process.stdout.read(1024)
72
+ if output:
73
+ print(output, end="")
74
+ if process.stderr in readylist:
75
+ error_output = process.stderr.read(1024)
76
+ if error_output:
77
+ print(error_output, end="", file=sys.stderr)
78
+ except Exception as e:
79
+ print(f"Error reading process output: {str(e)}")
80
+
81
+
82
+ def _start_plot_process(gui_id, gui_class, config) -> None:
83
+ """
84
+ Start the plot in a new process.
85
+ """
86
+ # pylint: disable=subprocess-run-check
87
+ monitor_module = importlib.import_module("bec_widgets.cli.server")
88
+ monitor_path = monitor_module.__file__
89
+
90
+ command = [
91
+ sys.executable,
92
+ "-u",
93
+ monitor_path,
94
+ "--id",
95
+ gui_id,
96
+ "--config",
97
+ config,
98
+ "--gui_class",
99
+ gui_class.__name__,
100
+ ]
101
+ process = subprocess.Popen(command, text=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
102
+ process_output_processing_thread = threading.Thread(target=_get_output, args=(process,))
103
+ process_output_processing_thread.start()
104
+ return process, process_output_processing_thread
105
+
106
+
64
107
  class BECGuiClientMixin:
65
108
  def __init__(self, **kwargs) -> None:
66
109
  super().__init__(**kwargs)
67
110
  self._process = None
111
+ self._process_output_processing_thread = None
68
112
  self.auto_updates = self._get_update_script()
69
113
  self._target_endpoint = MessageEndpoints.scan_status()
70
114
  self._selected_device = None
@@ -118,7 +162,10 @@ class BECGuiClientMixin:
118
162
  Show the figure.
119
163
  """
120
164
  if self._process is None or self._process.poll() is not None:
121
- self._start_plot_process()
165
+ self._start_update_script()
166
+ self._process, self._process_output_processing_thread = _start_plot_process(
167
+ self._gui_id, self.__class__, self._client._service_config.redis
168
+ )
122
169
  while not self.gui_is_alive():
123
170
  print("Waiting for GUI to start...")
124
171
  time.sleep(1)
@@ -138,34 +185,6 @@ class BECGuiClientMixin:
138
185
  self._process = None
139
186
  self._client.shutdown()
140
187
 
141
- def _start_plot_process(self) -> None:
142
- """
143
- Start the plot in a new process.
144
- """
145
- self._start_update_script()
146
- # pylint: disable=subprocess-run-check
147
- config = self._client._service_config.redis
148
- monitor_module = importlib.import_module("bec_widgets.cli.server")
149
- monitor_path = monitor_module.__file__
150
- gui_class = self.__class__.__name__
151
-
152
- command = [
153
- sys.executable,
154
- "-u",
155
- monitor_path,
156
- "--id",
157
- self._gui_id,
158
- "--config",
159
- config,
160
- "--gui_class",
161
- gui_class,
162
- ]
163
- self._process = subprocess.Popen(
164
- command, text=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE
165
- )
166
- self._process_output_processing_thread = threading.Thread(target=self._get_output)
167
- self._process_output_processing_thread.start()
168
-
169
188
  def print_log(self) -> None:
170
189
  """
171
190
  Print the log of the plot process.
@@ -176,26 +195,6 @@ class BECGuiClientMixin:
176
195
  # Flush list
177
196
  self.stderr_output.clear()
178
197
 
179
- def _get_output(self) -> str:
180
- try:
181
- os.set_blocking(self._process.stdout.fileno(), False)
182
- os.set_blocking(self._process.stderr.fileno(), False)
183
- while self._process.poll() is None:
184
- readylist, _, _ = select.select(
185
- [self._process.stdout, self._process.stderr], [], [], 1
186
- )
187
- if self._process.stdout in readylist:
188
- output = self._process.stdout.read(1024)
189
- if output:
190
- print(output, end="")
191
- if self._process.stderr in readylist:
192
- error_output = self._process.stderr.read(1024)
193
- if error_output:
194
- print(error_output, end="", file=sys.stderr)
195
- self.stderr_output.append(error_output)
196
- except Exception as e:
197
- print(f"Error reading process output: {str(e)}")
198
-
199
198
 
200
199
  class RPCResponseTimeoutError(Exception):
201
200
  """Exception raised when an RPC response is not received within the expected time."""
@@ -33,6 +33,7 @@ class BECDockArea(BECConnector, DockArea):
33
33
  "detach_dock",
34
34
  "attach_all",
35
35
  "get_all_rpc",
36
+ "temp_areas",
36
37
  ]
37
38
 
38
39
  def __init__(
@@ -70,9 +71,22 @@ class BECDockArea(BECConnector, DockArea):
70
71
 
71
72
  @panels.setter
72
73
  def panels(self, value: dict):
73
-
74
74
  self.docks = WeakValueDictionary(value)
75
75
 
76
+ @property
77
+ def temp_areas(self) -> list:
78
+ """
79
+ Get the temporary areas in the dock area.
80
+
81
+ Returns:
82
+ list: The temporary areas in the dock area.
83
+ """
84
+ return list(map(str, self.tempAreas))
85
+
86
+ @temp_areas.setter
87
+ def temp_areas(self, value: list):
88
+ self.tempAreas = list(map(str, value))
89
+
76
90
  def restore_state(
77
91
  self, state: dict = None, missing: Literal["ignore", "error"] = "ignore", extra="bottom"
78
92
  ):
@@ -107,6 +121,7 @@ class BECDockArea(BECConnector, DockArea):
107
121
  name(str): The name of the dock to remove.
108
122
  """
109
123
  dock = self.docks.pop(name, None)
124
+ self.config.docks.pop(name, None)
110
125
  if dock:
111
126
  dock.close()
112
127
  if len(self.docks) <= 1:
@@ -190,7 +205,7 @@ class BECDockArea(BECConnector, DockArea):
190
205
  BECDock: The undocked dock.
191
206
  """
192
207
  dock = self.docks[dock_name]
193
- self.floatDock(dock)
208
+ dock.detach()
194
209
  return dock
195
210
 
196
211
  def attach_all(self):
@@ -317,7 +317,7 @@ class BECMotorMap(BECPlotBase):
317
317
  Returns:
318
318
  float: Motor initial position.
319
319
  """
320
- init_position = round(self.dev[name].read()[entry]["value"], precision)
320
+ init_position = round(float(self.dev[name].read()[entry]["value"]), precision)
321
321
  return init_position
322
322
 
323
323
  def _validate_signal_entries(
@@ -403,7 +403,7 @@ class BECMotorMap(BECPlotBase):
403
403
  # Update plot title
404
404
  precision = self.config.precision
405
405
  self.set_title(
406
- f"Motor position: ({round(current_x,precision)}, {round(current_y,precision)})"
406
+ f"Motor position: ({round(float(current_x),precision)}, {round(float(current_y),precision)})"
407
407
  )
408
408
 
409
409
  @pyqtSlot(dict)
@@ -577,7 +577,6 @@ class BECWaveform(BECPlotBase):
577
577
  Returns:
578
578
  dict | pd.DataFrame: Data of all curves in the specified format.
579
579
  """
580
-
581
580
  data = {}
582
581
  try:
583
582
  import pandas as pd
@@ -115,7 +115,8 @@ class Ring(BECConnector):
115
115
 
116
116
  def set_value(self, value: int | float):
117
117
  self.config.value = round(
118
- max(self.config.min_value, min(self.config.max_value, value)), self.config.precision
118
+ float(max(self.config.min_value, min(self.config.max_value, value))),
119
+ self.config.precision,
119
120
  )
120
121
 
121
122
  def set_color(self, color: str | tuple):
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "bec_widgets"
7
- version = "0.57.1"
7
+ version = "0.57.2"
8
8
  description = "BEC Widgets"
9
9
  requires-python = ">=3.10"
10
10
  classifiers = [
@@ -31,6 +31,7 @@ dev = [
31
31
  "pytest",
32
32
  "pytest-random-order",
33
33
  "pytest-timeout",
34
+ "pytest-xvfb",
34
35
  "coverage",
35
36
  "pytest-qt",
36
37
  "isort",
@@ -0,0 +1,55 @@
1
+ import random
2
+ import time
3
+ from contextlib import contextmanager
4
+
5
+ import pytest
6
+ from bec_lib.endpoints import MessageEndpoints
7
+
8
+ from bec_widgets.cli.client_utils import _start_plot_process
9
+ from bec_widgets.cli.rpc_register import RPCRegister
10
+ from bec_widgets.utils import BECDispatcher
11
+ from bec_widgets.widgets import BECDockArea, BECFigure
12
+
13
+
14
+ # make threads check in autouse, **will be executed at the end**; better than
15
+ # having it in fixtures for each test, since it prevents from needing to
16
+ # 'manually' shutdown bec_client_lib (for example) to make it happy, whereas
17
+ # whereas in fact bec_client_lib makes its on cleanup
18
+ @pytest.fixture(autouse=True)
19
+ def threads_check_fixture(threads_check):
20
+ return
21
+
22
+
23
+ @pytest.fixture
24
+ def gui_id():
25
+ return f"figure_{random.randint(0,100)}" # make a new gui id each time, to ensure no 'gui is alive' zombie key can perturbate
26
+
27
+
28
+ @contextmanager
29
+ def plot_server(gui_id, klass, client_lib):
30
+ dispatcher = BECDispatcher(client=client_lib) # Has to init singleton with fixture client
31
+ process, output_thread = _start_plot_process(
32
+ gui_id, klass, client_lib._client._service_config.redis
33
+ )
34
+ try:
35
+ while client_lib._client.connector.get(MessageEndpoints.gui_heartbeat(gui_id)) is None:
36
+ time.sleep(0.3)
37
+ yield gui_id
38
+ finally:
39
+ process.terminate()
40
+ process.wait()
41
+ output_thread.join()
42
+ dispatcher.disconnect_all()
43
+ dispatcher.reset_singleton()
44
+
45
+
46
+ @pytest.fixture
47
+ def rpc_server_figure(gui_id, bec_client_lib):
48
+ with plot_server(gui_id, BECFigure, bec_client_lib) as server:
49
+ yield server
50
+
51
+
52
+ @pytest.fixture
53
+ def rpc_server_dock(gui_id, bec_client_lib):
54
+ with plot_server(gui_id, BECDockArea, bec_client_lib) as server:
55
+ yield server
@@ -1,3 +1,5 @@
1
+ import time
2
+
1
3
  import numpy as np
2
4
  import pytest
3
5
  from bec_lib.client import BECClient
@@ -8,24 +10,10 @@ from bec_widgets.cli.client import BECDockArea, BECFigure, BECImageShow, BECMoto
8
10
  from bec_widgets.utils import Colors
9
11
 
10
12
 
11
- @pytest.fixture(name="bec_client")
12
- def cli_bec_client(rpc_server_dock):
13
- """
14
- Fixture to create a BECClient instance that is independent of the GUI.
15
- """
16
- # pylint: disable=protected-access
17
- cli_client = BECClient(forced=True, config=rpc_server_dock.client._service_config)
18
- cli_client.start()
19
- yield cli_client
20
- cli_client.shutdown()
21
-
22
-
23
- def test_rpc_add_dock_with_figure_e2e(rpc_server_dock, qtbot):
24
- dock = BECDockArea(rpc_server_dock.gui_id)
25
- dock_server = rpc_server_dock.gui
26
-
13
+ def test_rpc_add_dock_with_figure_e2e(bec_client_lib, rpc_server_dock):
27
14
  # BEC client shortcuts
28
- client = rpc_server_dock.client
15
+ dock = BECDockArea(rpc_server_dock)
16
+ client = bec_client_lib
29
17
  dev = client.device_manager.devices
30
18
  scans = client.scans
31
19
  queue = client.queue
@@ -35,17 +23,18 @@ def test_rpc_add_dock_with_figure_e2e(rpc_server_dock, qtbot):
35
23
  d1 = dock.add_dock("dock_1")
36
24
  d2 = dock.add_dock("dock_2")
37
25
 
38
- assert len(dock_server.docks) == 3
39
-
26
+ dock_config = dock.config_dict
27
+ assert len(dock_config["docks"]) == 3
40
28
  # Add 3 figures with some widgets
41
29
  fig0 = d0.add_widget("BECFigure")
42
30
  fig1 = d1.add_widget("BECFigure")
43
31
  fig2 = d2.add_widget("BECFigure")
44
32
 
45
- assert len(dock_server.docks) == 3
46
- assert len(dock_server.docks["dock_0"].widgets) == 1
47
- assert len(dock_server.docks["dock_1"].widgets) == 1
48
- assert len(dock_server.docks["dock_2"].widgets) == 1
33
+ dock_config = dock.config_dict
34
+ assert len(dock_config["docks"]) == 3
35
+ assert len(dock_config["docks"]["dock_0"]["widgets"]) == 1
36
+ assert len(dock_config["docks"]["dock_1"]["widgets"]) == 1
37
+ assert len(dock_config["docks"]["dock_2"]["widgets"]) == 1
49
38
 
50
39
  assert fig1.__class__.__name__ == "BECFigure"
51
40
  assert fig1.__class__ == BECFigure
@@ -98,7 +87,7 @@ def test_rpc_add_dock_with_figure_e2e(rpc_server_dock, qtbot):
98
87
 
99
88
  # wait for scan to finish
100
89
  while not status.status == "COMPLETED":
101
- qtbot.wait(200)
90
+ time.sleep(0.2)
102
91
 
103
92
  # plot
104
93
  plt_last_scan_data = queue.scan_storage.storage[-1].data
@@ -110,7 +99,7 @@ def test_rpc_add_dock_with_figure_e2e(rpc_server_dock, qtbot):
110
99
  last_image_device = client.connector.get_last(MessageEndpoints.device_monitor("eiger"))[
111
100
  "data"
112
101
  ].data
113
- qtbot.wait(500)
102
+ time.sleep(0.5)
114
103
  last_image_plot = im.images[0].get_data()
115
104
  np.testing.assert_equal(last_image_device, last_image_plot)
116
105
 
@@ -129,40 +118,41 @@ def test_rpc_add_dock_with_figure_e2e(rpc_server_dock, qtbot):
129
118
  )
130
119
 
131
120
 
132
- def test_dock_manipulations_e2e(rpc_server_dock, qtbot):
133
- dock = BECDockArea(rpc_server_dock.gui_id)
134
- dock_server = rpc_server_dock.gui
121
+ def test_dock_manipulations_e2e(rpc_server_dock):
122
+ dock = BECDockArea(rpc_server_dock)
135
123
 
136
124
  d0 = dock.add_dock("dock_0")
137
125
  d1 = dock.add_dock("dock_1")
138
126
  d2 = dock.add_dock("dock_2")
139
- assert len(dock_server.docks) == 3
127
+ dock_config = dock.config_dict
128
+ assert len(dock_config["docks"]) == 3
140
129
 
141
130
  d0.detach()
142
131
  dock.detach_dock("dock_2")
143
- assert len(dock_server.docks) == 3
144
- assert len(dock_server.tempAreas) == 2
132
+ dock_config = dock.config_dict
133
+ assert len(dock_config["docks"]) == 3
134
+ assert len(dock.temp_areas) == 2
145
135
 
146
136
  d0.attach()
147
- assert len(dock_server.docks) == 3
148
- assert len(dock_server.tempAreas) == 1
137
+ dock_config = dock.config_dict
138
+ assert len(dock_config["docks"]) == 3
139
+ assert len(dock.temp_areas) == 1
149
140
 
150
141
  d2.remove()
151
- qtbot.wait(200)
142
+ dock_config = dock.config_dict
143
+ assert len(dock_config["docks"]) == 2
152
144
 
153
- assert len(dock_server.docks) == 2
154
- docks_list = list(dict(dock_server.docks).keys())
155
- assert ["dock_0", "dock_1"] == docks_list
145
+ assert ["dock_0", "dock_1"] == list(dock_config["docks"])
156
146
 
157
147
  dock.clear_all()
158
148
 
159
- assert len(dock_server.docks) == 0
160
- assert len(dock_server.tempAreas) == 0
149
+ dock_config = dock.config_dict
150
+ assert len(dock_config["docks"]) == 0
151
+ assert len(dock.temp_areas) == 0
161
152
 
162
153
 
163
154
  def test_spiral_bar(rpc_server_dock):
164
- dock = BECDockArea(rpc_server_dock.gui_id)
165
- dock_server = rpc_server_dock.gui
155
+ dock = BECDockArea(rpc_server_dock)
166
156
 
167
157
  d0 = dock.add_dock(name="dock_0")
168
158
 
@@ -173,49 +163,46 @@ def test_spiral_bar(rpc_server_dock):
173
163
  bar.set_colors_from_map("viridis")
174
164
  bar.set_value([10, 20, 30, 40, 50])
175
165
 
176
- bar_server = dock_server.docks["dock_0"].widgets[0]
166
+ bar_config = bar.config_dict
177
167
 
178
- expected_colors = Colors.golden_angle_color("viridis", 5, "RGB")
179
- bar_colors = [ring.color.getRgb() for ring in bar_server.rings]
180
- bar_values = [ring.config.value for ring in bar_server.rings]
168
+ expected_colors = [list(color) for color in Colors.golden_angle_color("viridis", 5, "RGB")]
169
+ bar_colors = [ring.config_dict["color"] for ring in bar.rings]
170
+ bar_values = [ring.config_dict["value"] for ring in bar.rings]
171
+ assert bar_config["num_bars"] == 5
181
172
  assert bar_values == [10, 20, 30, 40, 50]
182
173
  assert bar_colors == expected_colors
183
174
 
184
175
 
185
- def test_spiral_bar_scan_update(rpc_server_dock, qtbot):
186
- dock = BECDockArea(rpc_server_dock.gui_id)
187
- dock_server = rpc_server_dock.gui
176
+ def test_spiral_bar_scan_update(bec_client_lib, rpc_server_dock):
177
+ dock = BECDockArea(rpc_server_dock)
188
178
 
189
179
  d0 = dock.add_dock("dock_0")
190
180
 
191
- d0.add_widget("SpiralProgressBar")
181
+ bar = d0.add_widget("SpiralProgressBar")
192
182
 
193
- client = rpc_server_dock.client
183
+ client = bec_client_lib
194
184
  dev = client.device_manager.devices
185
+ dev.samx.tolerance.set(0)
186
+ dev.samy.tolerance.set(0)
195
187
  scans = client.scans
196
188
 
197
189
  status = scans.line_scan(dev.samx, -5, 5, steps=10, exp_time=0.05, relative=False)
190
+ status.wait()
198
191
 
199
- while not status.status == "COMPLETED":
200
- qtbot.wait(200)
201
-
202
- qtbot.wait(200)
203
- bar_server = dock_server.docks["dock_0"].widgets[0]
204
- assert bar_server.config.num_bars == 1
205
- np.testing.assert_allclose(bar_server.rings[0].config.value, 10, atol=0.1)
206
- np.testing.assert_allclose(bar_server.rings[0].config.min_value, 0, atol=0.1)
207
- np.testing.assert_allclose(bar_server.rings[0].config.max_value, 10, atol=0.1)
192
+ bar_config = bar.config_dict
193
+ assert bar_config["num_bars"] == 1
194
+ assert bar_config["rings"][0]["value"] == 10
195
+ assert bar_config["rings"][0]["min_value"] == 0
196
+ assert bar_config["rings"][0]["max_value"] == 10
208
197
 
209
198
  status = scans.grid_scan(dev.samx, -5, 5, 4, dev.samy, -10, 10, 4, relative=True, exp_time=0.1)
199
+ status.wait()
210
200
 
211
- while not status.status == "COMPLETED":
212
- qtbot.wait(200)
213
-
214
- qtbot.wait(200)
215
- assert bar_server.config.num_bars == 1
216
- np.testing.assert_allclose(bar_server.rings[0].config.value, 16, atol=0.1)
217
- np.testing.assert_allclose(bar_server.rings[0].config.min_value, 0, atol=0.1)
218
- np.testing.assert_allclose(bar_server.rings[0].config.max_value, 16, atol=0.1)
201
+ bar_config = bar.config_dict
202
+ assert bar_config["num_bars"] == 1
203
+ assert bar_config["rings"][0]["value"] == 16
204
+ assert bar_config["rings"][0]["min_value"] == 0
205
+ assert bar_config["rings"][0]["max_value"] == 16
219
206
 
220
207
  init_samx = dev.samx.read()["samx"]["value"]
221
208
  init_samy = dev.samy.read()["samy"]["value"]
@@ -226,23 +213,20 @@ def test_spiral_bar_scan_update(rpc_server_dock, qtbot):
226
213
  dev.samy.velocity.put(5)
227
214
 
228
215
  status = scans.umv(dev.samx, 5, dev.samy, 10, relative=True)
216
+ status.wait()
229
217
 
230
- while not status.status == "COMPLETED":
231
- qtbot.wait(200)
232
-
233
- qtbot.wait(200)
234
- assert bar_server.config.num_bars == 2
235
- np.testing.assert_allclose(bar_server.rings[0].config.value, final_samx, atol=0.1)
236
- np.testing.assert_allclose(bar_server.rings[1].config.value, final_samy, atol=0.1)
237
- np.testing.assert_allclose(bar_server.rings[0].config.min_value, init_samx, atol=0.1)
238
- np.testing.assert_allclose(bar_server.rings[1].config.min_value, init_samy, atol=0.1)
239
- np.testing.assert_allclose(bar_server.rings[0].config.max_value, final_samx, atol=0.1)
240
- np.testing.assert_allclose(bar_server.rings[1].config.max_value, final_samy, atol=0.1)
218
+ bar_config = bar.config_dict
219
+ assert bar_config["num_bars"] == 2
220
+ assert bar_config["rings"][0]["value"] == final_samx
221
+ assert bar_config["rings"][1]["value"] == final_samy
222
+ assert bar_config["rings"][0]["min_value"] == init_samx
223
+ assert bar_config["rings"][0]["max_value"] == final_samx
224
+ assert bar_config["rings"][1]["min_value"] == init_samy
225
+ assert bar_config["rings"][1]["max_value"] == final_samy
241
226
 
242
227
 
243
- def test_auto_update(rpc_server_dock, bec_client, qtbot):
244
- dock = BECDockArea(rpc_server_dock.gui_id)
245
- dock._client = bec_client
228
+ def test_auto_update(bec_client_lib, rpc_server_dock):
229
+ dock = BECDockArea(rpc_server_dock)
246
230
 
247
231
  AutoUpdates.enabled = True
248
232
  AutoUpdates.create_default_dock = True
@@ -253,16 +237,13 @@ def test_auto_update(rpc_server_dock, bec_client, qtbot):
253
237
  # we need to start the update script manually; normally this is done when the GUI is started
254
238
  dock._start_update_script()
255
239
 
256
- client = bec_client
240
+ client = bec_client_lib
257
241
  dev = client.device_manager.devices
258
242
  scans = client.scans
259
243
  queue = client.queue
260
244
 
261
245
  status = scans.line_scan(dev.samx, -5, 5, steps=10, exp_time=0.05, relative=False)
262
-
263
- # wait for scan to finish
264
- while not status.status == "COMPLETED":
265
- qtbot.wait(200)
246
+ status.wait()
266
247
 
267
248
  last_scan_data = queue.scan_storage.storage[-1].data
268
249
 
@@ -278,10 +259,7 @@ def test_auto_update(rpc_server_dock, bec_client, qtbot):
278
259
  status = scans.grid_scan(
279
260
  dev.samx, -10, 10, 5, dev.samy, -5, 5, 5, exp_time=0.05, relative=False
280
261
  )
281
-
282
- # wait for scan to finish
283
- while not status.status == "COMPLETED":
284
- qtbot.wait(200)
262
+ status.wait()
285
263
 
286
264
  plt = dock.auto_updates.get_default_figure()
287
265
  widgets = plt.widget_list