Commits on Source (42)
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander de Snoo authored
-
Sander de Snoo authored
-
Sander de Snoo authored
-
Sander de Snoo authored
-
Daan Bijl authored
-
Sander de Snoo authored
-
Sander de Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Sander Snoo authored
-
Daan Bijl authored
-
Daan Bijl authored
-
Daan Bijl authored
-
Daan Bijl authored
-
Daan Bijl authored
-
Daan Bijl authored
-
Daan Bijl authored
remove testing logging statements, refactor names, infer proper scope names from config and fix sql statements
-
Daan Bijl authored
-
Daan Bijl authored
cleaned up database connection management between writer, exporter and uploader. incorporated local database queries for exporter
-
Daan Bijl authored
-
Daan Bijl authored
modified sqdl database connections from cursor-based to connection-based to prevent potential lock-outs. fixed bug where export error on file read would retry every 5 seconds forever, now quits after 30 failed attempts
-
Daan Bijl authored
-
Daan Bijl authored
Showing
- CHANGELOG.md 59 additions, 0 deletionsCHANGELOG.md
- LICENSE 17 additions, 21 deletionsLICENSE
- README.md 32 additions, 3 deletionsREADME.md
- core_tools/GUI/keysight_videomaps/data_getter/iq_modes.py 6 additions, 7 deletionscore_tools/GUI/keysight_videomaps/data_getter/iq_modes.py
- core_tools/GUI/keysight_videomaps/data_getter/scan_generator_Qblox.py 14 additions, 13 deletions...UI/keysight_videomaps/data_getter/scan_generator_Qblox.py
- core_tools/GUI/keysight_videomaps/data_saver/data_saver.py 1 addition, 2 deletionscore_tools/GUI/keysight_videomaps/data_saver/data_saver.py
- core_tools/GUI/keysight_videomaps/data_saver/native.py 10 additions, 4 deletionscore_tools/GUI/keysight_videomaps/data_saver/native.py
- core_tools/GUI/keysight_videomaps/data_saver/qcodes.py 2 additions, 4 deletionscore_tools/GUI/keysight_videomaps/data_saver/qcodes.py
- core_tools/GUI/keysight_videomaps/liveplotting.py 199 additions, 187 deletionscore_tools/GUI/keysight_videomaps/liveplotting.py
- core_tools/GUI/keysight_videomaps/plotter/plotting_functions.py 1 addition, 1 deletion...ools/GUI/keysight_videomaps/plotter/plotting_functions.py
- core_tools/GUI/param_viewer/param_viewer_GUI_main.py 2 additions, 4 deletionscore_tools/GUI/param_viewer/param_viewer_GUI_main.py
- core_tools/GUI/script_runner/commands.py 120 additions, 0 deletionscore_tools/GUI/script_runner/commands.py
- core_tools/GUI/script_runner/script_runner_main.py 32 additions, 130 deletionscore_tools/GUI/script_runner/script_runner_main.py
- core_tools/GUI/script_runner/web_server.py 147 additions, 0 deletionscore_tools/GUI/script_runner/web_server.py
- core_tools/GUI/virt_gate_matrix_qml/gui_controller.py 7 additions, 60 deletionscore_tools/GUI/virt_gate_matrix_qml/gui_controller.py
- core_tools/HVI2/hvi2_schedule_loader.py 7 additions, 7 deletionscore_tools/HVI2/hvi2_schedule_loader.py
- core_tools/HVI2/hvi2_schedules.py 14 additions, 10 deletionscore_tools/HVI2/hvi2_schedules.py
- core_tools/__init__.py 1 addition, 3 deletionscore_tools/__init__.py
- core_tools/data/SQL/SQL_connection_mgr.py 6 additions, 2 deletionscore_tools/data/SQL/SQL_connection_mgr.py
- core_tools/data/SQL/connect.py 61 additions, 13 deletionscore_tools/data/SQL/connect.py
This diff is collapsed.
core_tools/GUI/script_runner/commands.py
0 → 100644
core_tools/GUI/script_runner/web_server.py
0 → 100644