In https://github.com/ska-sa/tango-simlib/blob/master/tango_simlib/utilities/SimDD.schema#L31 , the data_type only support "Boolean", "String", "Double", "VarStringArray", "VarDoubleArray” (For python maybe “Float” is more suitable than "Double"), why not support "Int” type (which can map to tango’s DevShort, DevUShort, DevLong, DevULong, DevLong64, DevULong64 type. etc.) as data types.
Secondly, if we can support "Int" data type, at same time we should add "VarBooleanArray" and "VarIntArray" in data_type enum.
In https://github.com/ska-sa/tango-simlib/blob/master/tango_simlib/utilities/SimDD.schema#L31 , the data_type only support
"Boolean", "String", "Double", "VarStringArray", "VarDoubleArray”(For python maybe “Float” is more suitable than "Double"), why not support "Int” type (which can map to tango’s DevShort, DevUShort, DevLong, DevULong, DevLong64, DevULong64 type. etc.) as data types.Secondly, if we can support "Int" data type, at same time we should add "VarBooleanArray" and "VarIntArray" in data_type enum.