Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt3scan - allow for raster_line_pause setting in position controller object #141

Open
gadamc opened this issue Feb 3, 2024 · 0 comments

Comments

@gadamc
Copy link
Collaborator

gadamc commented Feb 3, 2024

A user may be need to control the raster_line_pause during a scan. Right now this is hard-coded into controllers
here:

self.raster_line_pause = 0.150 # wait 150ms for the piezo stage to settle before a line scan

and here:

self.raster_line_pause = 0.150 # wait 150ms for the piezo stage to settle before a line scan

This value should probably be controlled by the position controller objects, such as,

The application controller would obtain the raster_line_pause from the position controller.

This would then require the position controller interface to have a new property added, raster_line_pause somewhere here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant