diff --git a/python/surf/devices/analog_devices/_Ad5541.py b/python/surf/devices/analog_devices/_Ad5541.py index 83ec56f52f..2cf0a7bebe 100644 --- a/python/surf/devices/analog_devices/_Ad5541.py +++ b/python/surf/devices/analog_devices/_Ad5541.py @@ -18,10 +18,11 @@ class Ad5541(pr.Device): def __init__(self, - name = 'AD5541', - description = 'AD5541 DAC', - maximum = 0, # Sets the limit for the maximum allowed voltage from software - **kwargs): + name = 'AD5541', + description = 'AD5541 DAC', + maximum = 0, # Sets the limit for the maximum allowed voltage from software + **kwargs): + super().__init__(name=name, description=description, **kwargs) self.add(pr.RemoteVariable(