Call method with extensionObject as Argument #946
Answered
by
schroeder-
BenediktEnger
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
schroeder-
Jun 22, 2022
Replies: 1 comment 9 replies
-
This is how it should work: arg1 = ua.SK2_AmsMeasurementStatusType()
obj.call_method(method_id, arg1) If load_data_type_definitions does not return the node for those class we holes in load_data_type_definitions. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
BenediktEnger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is how it should work:
If load_data_type_definitions does not return the node for those class we holes in load_data_type_definitions.
Which version are you using? Because I did some fixes for load_data_type_definitions in master (#901)
Also is there something in the logging?