Example #1
0
 def shutdown(self):
     Logger().trace("MerlinOrionShutter.shutdown()")
     self._triggerOffShutter()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
Example #2
0
 def shutdown(self):
     Logger().trace("PanoduinoShutter.shutdown()")
     self._triggerOffShutter()
     self._hardware.shutdown()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
Example #3
0
 def shutdown(self):
     Logger().trace("PixOrbShutter.shutdown()")
     self._triggerOffShutter()
     ShutterPlugin.shutdown(self)
Example #4
0
 def shutdown(self):
     Logger().trace("ClaussShutter.shutdown()")
     self._triggerOffShutter()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
Example #5
0
 def shutdown(self):
     Logger().trace("PanoduinoShutter.shutdown()")
     self._triggerOffShutter()
     self._hardware.shutdown()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
Example #6
0
 def shutdown(self):
     Logger().trace("ClaussShutter.shutdown()")
     self._triggerOffShutter()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)