def delete_device(self): PoolElementDevice.delete_device(self) twod = self.twod if twod is not None: twod.remove_listener(self.on_twod_changed)
def delete_device(self): PoolElementDevice.delete_device(self) oned = self.oned if oned is not None: oned.remove_listener(self.on_oned_changed)
def delete_device(self): PoolElementDevice.delete_device(self) pseudo_counter = self.pseudo_counter if pseudo_counter is not None: pseudo_counter.remove_listener(self.on_pseudo_counter_changed)
def delete_device(self): PoolElementDevice.delete_device(self) zerod = self.zerod if zerod is not None: zerod.remove_listener(self.on_zerod_changed)
def delete_device(self): PoolElementDevice.delete_device(self) motor = self.motor if motor is not None: motor.remove_listener(self.on_motor_changed)
def delete_device(self): PoolElementDevice.delete_device(self) ior = self.ior if ior is not None: ior.remove_listener(self.on_ior_changed)
def delete_device(self): PoolElementDevice.delete_device(self) pseudo_motor = self.pseudo_motor if pseudo_motor is not None: pseudo_motor.remove_listener(self.on_pseudo_motor_changed)
def delete_device(self): PoolElementDevice.delete_device(self) tg = self.tg if tg is not None: tg.remove_listener(self.on_tg_changed)
def delete_device(self): PoolElementDevice.delete_device(self) ct = self.ct if ct is not None: ct.remove_listener(self.on_ct_changed)