added wait

This commit is contained in:
2025-03-26 11:27:20 +01:00
parent 70050b3d3b
commit 56d6d5856a

View File

@ -24,7 +24,7 @@ sleep(1) # give PVs some time to connect
print("before:", und)
print("target:", clargs.energy, "eV")
print("actual change is commented out!")
#und.set(clargs.energy)
#und.set(clargs.energy).wait()
print("after: ", und)