QMAPP-mq / qudi

A modular laboratory experiment management suite.
GNU General Public License v3.0
4 stars 0 forks source link

only get constraints on start-up #17

Closed mvbnano closed 6 years ago

mvbnano commented 6 years ago

What is affected by this bug?

On branch dev_ntmdt_stage, each time move it called it will check the move against the stage constraints. Subsequently, each time get constraints is called it fetches this from the machine.

When does this occur?

Each time the stage is asked to move.

Where on the platform does it happen?

In the function get_constraints the function _get_scanner_range is called.

Expected behavior (i.e. solution)

Run _get_scanner_range only on start-up.

mvbnano commented 6 years ago

constraints now loaded from config on activation