Exemplo n.º 1
0
 def _get_class_properties(self):
     ret = PoolElementDeviceClass._get_class_properties(self)
     ret['Description'] = "Pseudo counter device class"
     ret['InheritedFrom'].insert(0, 'PoolElementDevice')
     return ret
Exemplo n.º 2
0
 def _get_class_properties(self):
     ret = PoolElementDeviceClass._get_class_properties(self)
     ret['Description'] = "2D device class"
     ret['InheritedFrom'].insert(0, 'PoolElementDevice')
     return ret
Exemplo n.º 3
0
 def _get_class_properties(self):
     ret = PoolElementDeviceClass._get_class_properties(self)
     ret['Description'] = "0D experimental channel device class"
     ret['InheritedFrom'].insert(0, 'PoolElementDevice')
     return ret