-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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,
class QT3ScanNIDAQPositionController: |
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:
Metadata
Metadata
Assignees
Labels
No labels