Update qspace.py

This commit is contained in:
2022-04-22 14:18:56 +00:00
parent 913445bd00
commit cdc85bd780

View File

@ -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...