Bugfix: Change order of parameters
This commit is contained in:
@@ -190,7 +190,7 @@ class NIDAQ(PSIDetectorBase):
|
|||||||
custom_prepare_cls = NIDAQCustomMixin
|
custom_prepare_cls = NIDAQCustomMixin
|
||||||
|
|
||||||
def __init__(self, prefix="", *, name, kind=None, parent=None, device_manager=None, **kwargs):
|
def __init__(self, prefix="", *, name, kind=None, parent=None, device_manager=None, **kwargs):
|
||||||
super().__init__(prefix, name=name, kind=kind, parent=parent, device_manager=device_manager, **kwargs)
|
super().__init__(name=name, prefix=prefix, kind=kind, parent=parent, device_manager=device_manager, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
def set_config(
|
def set_config(
|
||||||
|
|||||||
Reference in New Issue
Block a user