diff options
-rw-r--r-- | qolab/hardware/power_supply/psw25045.py | 3 |
1 files changed, 3 insertions, 0 deletions
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. |