Best way to write to multiple nodes at once? #1211
Answered
by
TheWicklowWolf
TheWicklowWolf
asked this question in
Q&A
-
When reading multiple values, read_values(nodes) works well. What is the equivalent for writing multiple values? |
Beta Was this translation helpful? Give feedback.
Answered by
TheWicklowWolf
Feb 15, 2023
Replies: 2 comments 3 replies
-
Line 253 in 07e6df2 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Nevermind, just used:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TheWicklowWolf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, just used:
write_values(nodes,[ua.DataValue(float(v)) for v in values])