-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optics #4
base: main
Are you sure you want to change the base?
Optics #4
Conversation
MDecarabas
commented
Dec 19, 2024
- close create mct Optics device for 32ID #3
|
||
cross_select = Cpt(EpicsSignal, "CrossSelect") | ||
sync = Cpt(EpicsSignal, "Sync", string="true") | ||
server_running = Cpt(EpicsSignal, "ServerRunning", string="true") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps kind="config"
?
This code covers the connection of Python objects with EPICS PVs. Code reduction is substantial. Good job! What's the intention for the additional code in the original file (the code that operates the optics)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok by me.
Attend to the merge conflicts |
We have decided that the logic lives with the python server for now. This repo just provides a bluesky interface |