-
Notifications
You must be signed in to change notification settings - Fork 60
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
Support element variables in UDP output #160
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #160 +/- ##
========================================
Coverage 61.83% 61.84%
========================================
Files 123 123
Lines 22479 22495 +16
========================================
+ Hits 13900 13912 +12
- Misses 8579 8583 +4
Continue to review full report at Codecov.
|
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.
Thank you for the contribution. I just made a very minor comment.
Many thanks for your suggestions. I have actually updated this to fetch the variable from the relevant element and local node, and the user just needs to provide the |
Very minor enhancement to support element structural variables to be output in a UDP message (i.e. the CRV can now be sent).
As written out in the documentation, element variables should be included in the variables
yaml
file as:and the code will look for the relevant element and local node in which the value is stored since these variables are typically stored in
[n_elem, i_local_elem, i_index]
form.OP Update:
Changed to input to be the same as for
pos
variables.