aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
Diffstat (limited to 'qolab')
-rw-r--r--qolab/hardware/rf_generator/qol_lmx2487.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/rf_generator/qol_lmx2487.py b/qolab/hardware/rf_generator/qol_lmx2487.py
index e8214a9..b402c0e 100644
--- a/qolab/hardware/rf_generator/qol_lmx2487.py
+++ b/qolab/hardware/rf_generator/qol_lmx2487.py
@@ -9,7 +9,7 @@ class QOL_LMX2487(RFGenerator):
QOL lab made RF generator based on TI LMX2487 chip.
The communication with RF generator is done via nodeMCU controlling esp2866 chip.
"""
- def __init__(self, *args, port='/dev/ttyUSB0', speed=115200, timeout=1, setToDefaults=True, **kwds):
+ def __init__(self, *args, port='/dev/ttyUSB0', speed=115200, timeout=1, setToDefaults=False, **kwds):
super().__init__(*args, **kwds)
self.config['Device model'] = 'QOL made RF generator based on TI LMX2487 chip'
self.port = port