コード例 #1
0
ファイル: poolpseudomotor.py プロジェクト: reszelaz/sardana
 def stop(self):
     # surpass the PoolElement.stop because it doesn't do what we want
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
コード例 #2
0
 def stop(self):
     # surpass the PoolElement.stop because it doesn't do what we want
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
コード例 #3
0
 def stop(self):
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
コード例 #4
0
 def stop(self):
     PoolBaseElement.stop(self)
     PoolBaseGroup.stop(self)
コード例 #5
0
ファイル: poolelement.py プロジェクト: tacaswell/sardana
 def stop(self):
     self.info("Stop!")
     PoolBaseElement.stop(self)
     self.controller.stop_element(self)
コード例 #6
0
ファイル: poolelement.py プロジェクト: cmft/sardana
 def stop(self):
     self.info("Stop!")
     PoolBaseElement.stop(self)
     self.controller.stop_one(self.axis)