python-asyncua get monitored items for subscription #1548
Unanswered
iamthebull
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when using
python-opcua
-Client
class I could read the_monitored_items_map
attribute from thesubscription
object to get a list of the monitored items in that subscription:items = sub._monitoreditems_map
in
python-asyncua
thesubscription
object doesn't have the_monitored_items_map
attribute. How can I get this information now? Do I need to read it from the server?Beta Was this translation helpful? Give feedback.
All reactions