minor fixes

This commit is contained in:
2023-06-23 14:57:32 +02:00
parent 0b63ebaa14
commit 6b86a1c319
2 changed files with 4 additions and 2 deletions

View File

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