Skip to content
Snippets Groups Projects
Commit 7e4824b0 authored by qutech-lab's avatar qutech-lab
Browse files

fix stuipd error

parent bc0aea9a
Branches
Tags
1 merge request!74Fix mfli driver
Pipeline #1711521 waiting for manual action
......@@ -225,7 +225,7 @@ class ZurichInstrumentsMFLIDAQ(_ZurichInstrumentsDevice):
.. [1] https://www.zhinst.com/europe/en/resources/principles-of-lock-in-detection
"""
settings = self.DAQSettings(freq=freq, **settings)
settings = self.DAQSettings(freq=freq, **settings).to_consistent_dict()
if 'bandwidth' in settings:
warnings.warn('The bandwidth parameter has been replaced by f_max',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment