*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 1bb4df74 authored by Schabbauer, Johannes's avatar Schabbauer, Johannes
Browse files

removed standard parameters from function input

parent dc9d9528
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment