diff --git a/hp4155/Custom_SMU/main.py b/hp4155/Custom_SMU/main.py index 084cbfc2c02bb3ae4b25f40bb70a4ebae750d380..cd7440bf16f1239fd1df8b3c0efddea9e949f74b 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)