Does pyTango support DevVarEncodedArray?
|
|
---|---|
Hi everybody, I am seeing this error when I start a pyTango device that is supposed to use an unbound array of DevEncoded values (DevVarEncodedArray):
I suppose that this means that pyTango does not support DevVarEncodedArray? |
|
|
---|---|
Hi Thomas You are correct - DevVarEncodedArray is missing from PyTango. It shouldn't be too hard to add, but requires some digging in the Boost extension layer. Regards, Anton |
|
|
---|---|
Hi Anton, Thanks for the quick response. Cheers, Thomas |