Does the Value member in an indicator class have to be a double? Can I override it with an array (or more generally an pbject)? I am trying to do that but I'm getting

        TypeError : object of type 'NoneType' has no len()