APS-4ID-POLAR / ipython-polar

4-ID-Polar ipython configuration for bluesky (and other)
1 stars 3 forks source link

What should we do when we stop a PVPositioner? #104

Open gfabbris opened 3 years ago

gfabbris commented 3 years ago

For example, if we move the temperature to 300K from 10K, and we decide to abort/pause in the middle. Should we make pause and/or stop update the setpoint?

This is what is currently done:

https://github.com/APS-4ID-POLAR/ipython-polar/blob/a22606fbf39bb71b375b41da94ebbec6507eb12c/profile_bluesky/startup/instrument/devices/lakeshore336.py#L122

https://github.com/APS-4ID-POLAR/ipython-polar/blob/a22606fbf39bb71b375b41da94ebbec6507eb12c/profile_bluesky/startup/instrument/devices/lakeshore336.py#L127