Hello Mikko,
I have Data class object where attribute 2 is of Structure type, for example.
<Structure>
<UInt8 Value="255" />
<UInt8 Value="255" />
</Structure>
I need to write new value for this attribute.
This sample gives me python type error (something like 'type not set'):