From 1ded96abbabd7a4eb282b11d54074e0feb653e7f Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 27 Apr 2022 14:05:02 +0200 Subject: [PATCH] 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 Reviewed-by: Enrico Faulhaber Reviewed-by: Markus Zolliker --- secop_psi/k2601b.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/secop_psi/k2601b.py b/secop_psi/k2601b.py index 926f359..9538281 100644 --- a/secop_psi/k2601b.py +++ b/secop_psi/k2601b.py @@ -20,8 +20,6 @@ # ***************************************************************************** """Keithley 2601B 4 quadrant source meter -not tested yet - * switching between voltage and current happens by setting their target * switching output off by setting the active parameter of the controlling module to False.