aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/rf_generator/agilent_e8257d.py
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware/rf_generator/agilent_e8257d.py')
-rw-r--r--qolab/hardware/rf_generator/agilent_e8257d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qolab/hardware/rf_generator/agilent_e8257d.py b/qolab/hardware/rf_generator/agilent_e8257d.py
index 7d05c0b..f13ff72 100644
--- a/qolab/hardware/rf_generator/agilent_e8257d.py
+++ b/qolab/hardware/rf_generator/agilent_e8257d.py
@@ -10,7 +10,7 @@ class AgilentE8257D(RFGeneratorSCPI):
super().__init__(resource, *args, **kwds)
self.resource.read_termination='\n'
self.config['Device model'] = 'Agilent E8257D'
- self.deviceProperties.extend([
+ self.deviceProperties.update({
'RFPowerState',
'RFAmplitude',
'ModulationState',
@@ -22,7 +22,7 @@ class AgilentE8257D(RFGeneratorSCPI):
'FM2ModulationDepth',
'FrequencyMode', # sweep or continious
'SweepCentralFreq', 'SweepSpan',
- ])
+ })
""" Note: Fixed frequency and Center frequency (of sweep) are different in this model """