コード例 #1
0
ファイル: detector.py プロジェクト: umithardal/nicos
 def doStop(self):
     Detector.doStop(self)
     # close shutter
     if self.ctrl_photoshutter:
         self._attached_photoshutter.maw(CLOSED)
     if self.ctrl_gammashutter:
         self._attached_gammashutter.maw(CLOSED)
     self._prepared = False
コード例 #2
0
 def doStop(self):
     Detector.doStop(self)
     self.kwscounting = False
     if self._attached_shutter and self.openshutter:
         self._attached_shutter.maw('closed')
コード例 #3
0
 def doStop(self):
     # After setting the startpv to 0
     # stop all the channels
     self._put_pv('startpv', 0, wait=False)
     Detector.doStop(self)