We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user may be need to control the raster_line_pause during a scan. Right now this is hard-coded into controllers here:
qt3-utils/src/qt3utils/datagenerators/piezoscanner.py
Line 23 in 73bea2d
and here:
qt3-utils/src/qt3utils/applications/qt3scan/controller.py
Line 250 in 1a311c5
This value should probably be controlled by the position controller objects, such as,
qt3-utils/src/qt3utils/applications/controllers/nidaqpiezocontroller.py
Line 9 in 73bea2d
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:
raster_line_pause
qt3-utils/src/qt3utils/applications/qt3scan/interface.py
Line 22 in 73bea2d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A user may be need to control the raster_line_pause during a scan. Right now this is hard-coded into controllers
here:
qt3-utils/src/qt3utils/datagenerators/piezoscanner.py
Line 23 in 73bea2d
and here:
qt3-utils/src/qt3utils/applications/qt3scan/controller.py
Line 250 in 1a311c5
This value should probably be controlled by the position controller objects, such as,
qt3-utils/src/qt3utils/applications/controllers/nidaqpiezocontroller.py
Line 9 in 73bea2d
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:qt3-utils/src/qt3utils/applications/qt3scan/interface.py
Line 22 in 73bea2d
The text was updated successfully, but these errors were encountered: