From c9d3990ca0de378ed031a5186d5d45d2a52ac2c5 Mon Sep 17 00:00:00 2001 From: unknown <asoalexandros@gmail.com> Date: Tue, 25 Mar 2025 10:13:49 +0100 Subject: [PATCH] ini file importing should be tested at the end --- hp4155/Custom_SMU/main.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hp4155/Custom_SMU/main.py b/hp4155/Custom_SMU/main.py index 084cbfc..cd7440b 100644 --- a/hp4155/Custom_SMU/main.py +++ b/hp4155/Custom_SMU/main.py @@ -611,7 +611,9 @@ def on_start_clicked(b): ini.disabled = False return # just to be sure - +# This should be tested at the end. +# After the ini files have been created +""" def on_ini_clicked(b): with output: clear_output() @@ -649,11 +651,8 @@ def on_ini_clicked(b): third_page[0,0].value = measurement_mode third_page[0,1].value = get_integration(sections) - - - +""" - start.on_click(on_start_clicked) -- GitLab