fix keithley 2601b after tests

- add missing super call in initModule
- change mode before writing levels
- fix MEASURE_DCVOLTS instead of MEASURE_VOLTS

Change-Id: Id93187e082db9868f443d4ef8cbdc85acd11be2b
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/28256
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
zolliker 2022-04-27 14:05:02 +02:00
parent cb170bd73b
commit 1ded96abba

View File

@ -20,8 +20,6 @@
# ***************************************************************************** # *****************************************************************************
"""Keithley 2601B 4 quadrant source meter """Keithley 2601B 4 quadrant source meter
not tested yet
* switching between voltage and current happens by setting their target * switching between voltage and current happens by setting their target
* switching output off by setting the active parameter of the controlling * switching output off by setting the active parameter of the controlling
module to False. module to False.