FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server

Home Page:http://freeopcua.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set_value typle is "word" value????

westbullman opened this issue · comments

my code is
" dv = ua.DataValue(ua.Variant(1, ua.VariantType.Word))
thisResultItem.set_value(dv)"

this doesn't work,who can help me?thanks !!