예제 #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
예제 #2
0
    def main(self):
	log('Turning off the damping filters')
	vf.im_damp_off(optic)
	vf.gas_damp_off(optic)
	vf.ip_damp_off(optic)
	time.sleep(10) # FIXME - use proper timer
	return True
예제 #3
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