diff options
Diffstat (limited to 'lab_control/test/mock_jds6600_device.py')
-rw-r--r-- | lab_control/test/mock_jds6600_device.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_control/test/mock_jds6600_device.py b/lab_control/test/mock_jds6600_device.py index a37d8a8..426b8ac 100644 --- a/lab_control/test/mock_jds6600_device.py +++ b/lab_control/test/mock_jds6600_device.py @@ -51,8 +51,8 @@ class MockJDS6600Device(): self._channels[1].on = args[1] == "1" # channel frequency - # TODO implement correct behaviour elif function == 23 or function == 24: + # TODO implement correct behaviour ch = function - 23 frequency = float(args[0]) self._channels[ch].frequency = frequency |