Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Tango support #437
Tango support #437
Changes from all commits
1b18cd1
957defe
e0e3b3c
94b5c37
3b6547e
4874c44
969ff1f
26ccd04
cf2decb
5506c6b
1529376
1caf5ab
fc94a5d
fc0c0f5
64db40a
5719489
d783ac2
9291f6d
e978d75
ebc3297
a59524f
d1fbcba
93ed5aa
1d8ed40
7e87bc7
b325684
906409c
0df5b0f
9889272
ecc6111
6729c43
a084558
fc88243
b002b14
febd81f
2e79e5e
1e984f5
5f8c111
50a310c
c333324
6c511c3
f378933
3a91768
a43f087
517f983
3c0c0bf
dbf6c8f
1e93b4e
66e3188
ee1166b
f2c5f43
d4379c4
f8a017b
2abc525
c5a1a74
0aab38a
7583ce9
810fad0
5f502ce
856fc25
d8c8af3
06a9911
4a8aa4f
ec03fdf
7648fc4
1333d0e
5454f6b
dc2cf08
f08a213
7c112fc
219d2d9
2d9ec40
83cb195
b26c239
2744bfe
504639b
e255244
00244e2
02a8813
9db25b2
f858347
8a8d4df
1c09962
f6d5642
f3932f1
da15290
17013b6
20edee3
0d14e64
14cb598
31303b5
06f8956
1193e43
ad7e93f
c2f88ef
a113923
3aefd07
4fc9c9f
31e59a1
969db94
6d41773
648aa5c
aaaae49
30f0de9
8b53af4
b628390
6f87509
b2b9cc7
34c5143
6330c5b
7a663f0
7c7372b
da1971c
eb1fd54
3a004ee
9b526fd
e9f909a
7c69f55
48a18f0
e8dfa71
72d4d1d
e301cb5
c0e2079
fa2256c
063bf7a
3a91d77
d59fb5f
a1a0410
d18607e
f66d403
e586a24
73f8e5d
b5f9787
528be15
6d4284a
b9e2ccc
6cdaca8
518073e
1e8a00a
05826ec
9ce9615
e9be82e
ce32238
329179c
4bb7853
8f121dc
0e90e93
e022d11
4238fb3
ea1b637
c029407
632eccc
b05024e
592b6c1
e289ddd
8f8c2c3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Do you ever specify a
device_proxy
when creating a TangoDevice? If so, why would you do this rather than supplying the trl?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.
While I don't have a specific use case, it is conceivable that you might have different parts of a tango server in different ophyd devices. Tango servers are not necessarily always written to control a single device. Like ophyd, they can abstract away pretty much anything. For example, you might pass control signals to one ophyd device but scripts or monitoring to another. Or you might have a soft controller device that can send signals to many other devices. This allows you to create one shared resource that can exist across many devices.