Replies: 1 comment
-
just access the class prop with ".Text" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can I extract the Text from the LocalizedText when I'm using the get_value() ?
E.g.: I want to get the:
PREPARED_FOR_UPDATE
from: LocalizedText(Encoding:3, Locale:en-us, Text:PREPARED_FOR_UPDATE)
I've used these with python-opcua and now I want to use a method in asyncua.
Beta Was this translation helpful? Give feedback.
All reactions