From 48a009646e7c829a908f860a32748cad413e96ac Mon Sep 17 00:00:00 2001
From: Alexandros Asonitis <asonitis@cst.rwth-aachen.de>
Date: Mon, 7 Apr 2025 11:42:14 +0200
Subject: [PATCH] part 2

---
 hp4155/stress+sampling/stress_sampling_new.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hp4155/stress+sampling/stress_sampling_new.py b/hp4155/stress+sampling/stress_sampling_new.py
index 418e07a..541477c 100644
--- a/hp4155/stress+sampling/stress_sampling_new.py
+++ b/hp4155/stress+sampling/stress_sampling_new.py
@@ -68,7 +68,7 @@ all_widgets.append(button)
 ###################################################### end of widgets assignment   ####
 
 #connect to the device 
-device = module.HP4155a('GPIB0::17::INSTR')
+device = hp4155a.HP4155a('GPIB0::17::INSTR')
 
 #create tempfile
 temp_file= os.path.join(os.getcwd(),'tempfile.txt')
-- 
GitLab