Update qspace.py
This commit is contained in:
@ -75,6 +75,8 @@ class QSpace3D(Device):
|
|||||||
def fit_ub(self, *args, **kwargs):
|
def fit_ub(self, *args, **kwargs):
|
||||||
self.dc.ub.fit_ub(*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?
|
# if I understand the examples/code correctly, then some more method calls are mandatory?
|
||||||
# those should probably all get shortcuts...
|
# those should probably all get shortcuts...
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user