From cdc85bd780c454643a3258fa4c56eb54caad17f2 Mon Sep 17 00:00:00 2001 From: ueda_h Date: Fri, 22 Apr 2022 14:18:56 +0000 Subject: [PATCH] Update qspace.py --- qspace.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qspace.py b/qspace.py index e3410aa..7789580 100644 --- a/qspace.py +++ b/qspace.py @@ -75,6 +75,8 @@ class QSpace3D(Device): def fit_ub(self, *args, **kwargs): self.dc.ub.fit_ub(*args, **kwargs) + def UB(self): + self.dc.ub.UB # if I understand the examples/code correctly, then some more method calls are mandatory? # those should probably all get shortcuts...