lneuhaus / pyrpl

pyrpl turns your RedPitaya into a powerful DSP device, especially suitable as a lockbox in quantum optics experiments.
http://lneuhaus.github.io/pyrpl/
MIT License
140 stars 108 forks source link

add button for darknoise acquisition #378

Closed lneuhaus closed 5 years ago

lneuhaus commented 5 years ago

Button should call the get_analog_offsets-function here: https://github.com/lneuhaus/pyrpl/blob/4cb6903b7706b059d615b4fba6168fd006da2b7a/pyrpl/software_modules/lockbox/lockbox.py#L275

A temporal quick fix is to enter the string get_analog_offsets in the 'function_call'-field of a new lockbox stage, hit 'go to stage' when the function should be called (i.e. laser is off, etc.), and then delete that stage so it does not interfere with the locking sequence when the laser is back on.

lneuhaus commented 5 years ago

3fce4ce8a2e446237e2fc62d9d0e5ac7e84e06da fixes this