def isBoolean(self, inc_array=False):
     tgtype = self._tango_data_type
     return PyTango.is_bool_type(tgtype, inc_array=inc_array)