From 41dbe71af15894c9f87e29cf3eba7de5ec5ff4e2 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 14 Jul 2024 01:09:47 -0400 Subject: impoved doc string --- qolab/hardware/power_supply/keysight_e3612a.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'qolab/hardware/power_supply') diff --git a/qolab/hardware/power_supply/keysight_e3612a.py b/qolab/hardware/power_supply/keysight_e3612a.py index 4f386ae..52a7673 100644 --- a/qolab/hardware/power_supply/keysight_e3612a.py +++ b/qolab/hardware/power_supply/keysight_e3612a.py @@ -55,8 +55,7 @@ class KeysightE3612A(PowerSupplySCPI): return rstr def setOpMode(self, val): - """ - Sets power supply operation mode, returns OFF|PAR|SER|TRAC. + """Sets power supply operation mode, returns OFF|PAR|SER|TRAC. OFF stands for independent channels. """ @@ -80,8 +79,8 @@ class KeysightE3612A(PowerSupplySCPI): @BasicInstrument.tsdb_append def getChanRegulation(self, chNum): - """ - Queries channel output regulation + """Queries channel output regulation + 0 - The output is off and unregulated 1 - The output is CC (constant current) operating mode 2 - The output is CV (constant voltage) operating mode -- cgit v1.2.3