From dac4e60007ddc05ff92157dd27d67a42aa1e425c Mon Sep 17 00:00:00 2001 From: Michael Vorobiov Date: Tue, 12 Nov 2024 13:13:47 -0500 Subject: minor fix for psw25045 class --- qolab/hardware/power_supply/psw25045.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qolab/hardware') 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() -- cgit v1.2.3