Commits on Source (42)
-
Sander Snoo authored4a35d295
-
Sander Snoo authorede83def2a
-
Sander Snoo authored07fb50c5
-
Sander Snoo authoredf372030e
-
Sander Snoo authored3e636b4e
-
Sander Snoo authored648e364a
-
Sander Snoo authored3e990bb0
-
Sander Snoo authoredf4b26063
-
Sander Snoo authored26c3ff36
-
Sander Snoo authored2b7b3660
-
Sander Snoo authored682c0e64
-
Sander de Snoo authored58e2f5fb
-
8233a4b9
-
Sander de Snoo authored9b7d7d70
-
Sander de Snoo authored943f7411
-
Sander de Snoo authored5fb11f3c
-
Daan Bijl authored242ef049
-
Sander de Snoo authored5e0d5d7b
-
Sander de Snoo authoreda2895911
-
Sander Snoo authoredf623efbe
-
Sander Snoo authored7fcef28d
-
Sander Snoo authored939f3446
-
Sander Snoo authored2012d6b5
-
Sander Snoo authored0ff630ac
-
Sander Snoo authored856ff401
-
Sander Snoo authoredaf28aae0
-
Sander Snoo authored73b8c9e7
-
Sander Snoo authoredea8fe5a3
-
Daan Bijl authored6b6aa9ed
-
Daan Bijl authoredea3bb5fb
-
Daan Bijl authored08d18b4f
-
Daan Bijl authoredac1c84be
-
Daan Bijl authoreda9e8fb9f
-
Daan Bijl authoredecad5416
-
Daan Bijl authored
remove testing logging statements, refactor names, infer proper scope names from config and fix sql statements
415edf63 -
Daan Bijl authored27c01479
-
Daan Bijl authored
cleaned up database connection management between writer, exporter and uploader. incorporated local database queries for exporter
30b9829d -
Daan Bijl authored600f1513
-
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
cd0b4208 -
Daan Bijl authored5bbd1d04
-
Daan Bijl authored7b70adfe
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