summaryrefslogtreecommitdiffstats
path: root/lab_control/test/mock_jds6600_device.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab_control/test/mock_jds6600_device.py')
-rw-r--r--lab_control/test/mock_jds6600_device.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lab_control/test/mock_jds6600_device.py b/lab_control/test/mock_jds6600_device.py
index 426b8ac..6db4f4c 100644
--- a/lab_control/test/mock_jds6600_device.py
+++ b/lab_control/test/mock_jds6600_device.py
@@ -52,9 +52,9 @@ class MockJDS6600Device():
# channel frequency
elif function == 23 or function == 24:
- # TODO implement correct behaviour
+ # Actual device takes a second argument for scaling, here we ignore it and always use 0 (Hz)
ch = function - 23
- frequency = float(args[0])
+ frequency = float(args[0]) / 100.0
self._channels[ch].frequency = frequency
# channel amplitude