aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/power_supply
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 01:09:47 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 01:09:47 -0400
commit41dbe71af15894c9f87e29cf3eba7de5ec5ff4e2 (patch)
treefe731e3e1478cd82d76792688230a6f9d3d29013 /qolab/hardware/power_supply
parent9f612c8d70606459b62d1bc271b18f30ec4200fb (diff)
downloadqolab-41dbe71af15894c9f87e29cf3eba7de5ec5ff4e2.tar.gz
qolab-41dbe71af15894c9f87e29cf3eba7de5ec5ff4e2.zip
impoved doc string
Diffstat (limited to 'qolab/hardware/power_supply')
-rw-r--r--qolab/hardware/power_supply/keysight_e3612a.py7
1 files changed, 3 insertions, 4 deletions
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