-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add docstring for DeviceVector and document how to group devices #183
Conversation
b0e593b
to
da17fb5
Compare
@@ -43,6 +49,19 @@ def __init__(self, prefix: str, name="") -> None: | |||
super().__init__(name=name) | |||
|
|||
|
|||
class SensorGroup(StandardReadable): |
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.
Does the ioc subprocess command at the bottom of the file actually contain all these sensors? I'd like to keep this file and the tutorials in step so that you can always run up an IOC to test the example code...
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.
It does now, although I think we should document that process/make it easier. Maybe even add tests to prove that the IOC contains the demo objects. I'll make an issue or two.
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.
Done: #193
238f37b
to
37a38a1
Compare
37a38a1
to
d86ada4
Compare
4dc7815
to
10137fd
Compare
Move initial how-to on assembling devices into its own page and add a section about using DeviceVector to make arbitrary-length groups. Add an example to the epics demo with tests.
1dcb0c1
to
f39e48f
Compare
Add docstring for DeviceVector and document How to Group Devices
Move initial how-to on assembling devices into its own page and add a section about using DeviceVector to make arbitrary-length groups. Add an example to the epics demo with tests.