From 1bb4df74bf961bbe3ebe421633dd720df03803c9 Mon Sep 17 00:00:00 2001
From: Runner PC Cavity Lab <johannes.schabbauer@tuwien.ac.at>
Date: Mon, 27 Jan 2025 15:57:13 +0100
Subject: [PATCH] removed standard parameters from function input

---
 ADwinProII/labscript_devices_ADwin_modules.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ADwinProII/labscript_devices_ADwin_modules.py b/ADwinProII/labscript_devices_ADwin_modules.py
index b8ac520..6c11b2b 100644
--- a/ADwinProII/labscript_devices_ADwin_modules.py
+++ b/ADwinProII/labscript_devices_ADwin_modules.py
@@ -230,7 +230,7 @@ class ADwinAnalogIn(AnalogIn):
     description = 'ADwin Analog Input'
     
    
-    def acquire(self,label,start_time,end_time,wait_label='',scale_factor=None,units=None,storage_rate=None):
+    def acquire(self,label,start_time,end_time,wait_label='',storage_rate=None):
         """Command an acquisition for this input.
 
         Args:
-- 
GitLab