Write values to multiple nodes at the same time #1280
Unanswered
vidyarao123
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
are you server or client? |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
I have a list of 10 nodeIDs. Usually to update a value we use the .set_value() method. General way of achieving this would be to update them using a for loop and iterate over the list.
I have another list which has 10 integer values. But instead of going through a cyclic way(for loop) I want to update all 10 nodeIDs at the same time from the second list which has it's corresponding values. Is there a way to achieve this ? Is it possible to write values to multiple node IDs at the same time. ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions