Exemplo n.º 1
0
 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
Exemplo n.º 2
0
 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