X07ma: PGM OtF scan with FlyerInterface
The usage would be,
from ophyd_devices import PGMOtFScan
otf = PGMOtFScan(prefix="MTEST:", name="otf")
otf.kickoff()
status = otf.complete()
status.wait()
data = otf.collect()
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
The usage would be,
from ophyd_devices import PGMOtFScan
otf = PGMOtFScan(prefix="MTEST:", name="otf")
otf.kickoff()
status = otf.complete()
status.wait()
data = otf.collect()