Skip to content

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

@gadamc

Description

@gadamc

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions