From 1d5cc949c1b765f21ff7589c84422e5b4ebb5b86 Mon Sep 17 00:00:00 2001 From: Michael Vorobiov Date: Thu, 7 Nov 2024 20:33:33 -0500 Subject: added idn method to psw25045 class --- qolab/hardware/power_supply/psw25045.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qolab/hardware/power_supply/psw25045.py b/qolab/hardware/power_supply/psw25045.py index bb2357f..4769bdd 100644 --- a/qolab/hardware/power_supply/psw25045.py +++ b/qolab/hardware/power_supply/psw25045.py @@ -36,6 +36,9 @@ class PSW25045(PowerSupplySCPI): self.MAX_VOLTAGE = 250.0 # Volt self.enable_output(False) + def idn(self): + return self.get_idn() + def get_idn(self): """ Query the identification of the instrument. -- cgit v1.2.3