Skip to content
Snippets Groups Projects
Commit b08d62d8 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

bug fix with deleting the tool

parent 54df9d39
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,8 @@ def test_contacts():
print(f"R{i}{j}:{R} Ohm")
#print(f"Contact check of smu{i} and smu{j} failed!")
del device
#double sweep from start to stop and then from start to stop
......
......@@ -274,6 +274,8 @@ def on_set_button_clicked(b):
#unlock device
device.inst.unlock()
del device
change_state(buttons)
change_state(parameters)
change_state(all_widgets)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment