aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vorobiov <mvorobiov@wm.edu>2024-11-12 13:13:47 -0500
committerMichael Vorobiov <mvorobiov@wm.edu>2024-11-12 13:13:47 -0500
commitdac4e60007ddc05ff92157dd27d67a42aa1e425c (patch)
tree11384c69306e719bc7645461773ca7e0c68eb7f2
parent40ed09a631832e2a9ff6a92f528e93390128f218 (diff)
downloadqolab-dac4e60007ddc05ff92157dd27d67a42aa1e425c.tar.gz
qolab-dac4e60007ddc05ff92157dd27d67a42aa1e425c.zip
minor fix for psw25045 classMisha-PINQUED
-rw-r--r--qolab/hardware/power_supply/psw25045.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/hardware/power_supply/psw25045.py b/qolab/hardware/power_supply/psw25045.py
index 4769bdd..fdeeb82 100644
--- a/qolab/hardware/power_supply/psw25045.py
+++ b/qolab/hardware/power_supply/psw25045.py
@@ -36,6 +36,7 @@ class PSW25045(PowerSupplySCPI):
self.MAX_VOLTAGE = 250.0 # Volt
self.enable_output(False)
+ @property
def idn(self):
return self.get_idn()