def main(self): log('Turning on the damping filters') vf.im_damp_off(optic) vf.bf_damp_off(optic) vf.gas_damp_off(optic) time.sleep(10) return True
def main(self): self.TRAMP = 10 vf.im_offload_off(optic, self.TRAMP) log('Turning on the damping filters') vf.im_damp_off(optic) vf.bf_damp_off(optic) vf.gas_damp_off(optic) self.timer['waiting'] = 10