-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for DG-645 digital delay/pulse generator #877
Conversation
canismarko
commented
Aug 25, 2023
•
edited by prjemian
Loading
edited by prjemian
- Fixes Ophyd device for DG-645 #874
@@ -201,6 +201,7 @@ Other Support | |||
~apstools.devices.flyer_motor_scaler.SignalValueStack | |||
~apstools.devices.srs570_preamplifier.SRS570_PreAmplifier | |||
~apstools.devices.struck3820.Struck3820 | |||
~apstools.devices.delay.DG645Delay |
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.
Also add (further down in this file) lines for this module similar to: https://github.com/BCDA-APS/apstools/blob/dd3d9949154e54911dbc361942bbf9846161f5b3/docs/source/api/_devices.rst?plain=1#L266C1-L270
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.
.. automodule:: apstools.devices.dict_device_support
:members:
:private-members:
:show-inheritance:
:inherited-members:
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.
LGTM! Thanks, @canismarko! See if you can merge, once the CI finishes.
I'll make a note in |