aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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