minor fixes
This commit is contained in:
@@ -2310,7 +2310,7 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
|
||||
sp.trigger(0.5) # send a start trigger (if needed) after given time
|
||||
if not dt._comm is None:
|
||||
dlg.setLabelText("run motion/acquisition")
|
||||
dlg.setMaximum(sp.points.shape[0])
|
||||
dlg.setMaximum(num_pts)
|
||||
while True:
|
||||
p=sp.progress()
|
||||
if p<0:
|
||||
|
||||
Reference in New Issue
Block a user