Docstring example for scans.umv is not complete
The docstring is missing need to specify relative
kwarg.
• demo [24/440] ❯❯ scans.umv(dev.samx,10)
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[24], line 1
----> 1 scans.umv(dev.samx,10)
#some longer traceback stuff which is not relevant
TypeError:
Move device(s) to an absolute position and show live updates. This is a blocking call. For non-blocking use Move.
Args:
*args (Device, float): pairs of device / position arguments
relative (bool): if True, move relative to current position
Returns:
ScanReport
Examples:
>>> scans.umv(dev.samx, 1, dev.samy,2) # HERE RELATIVE IS MISSING
Not all required keyword arguments have been specified. The required arguments are: ['relative']
Edited by wyzula_j