Пример #1
0
 def _doResetMemory(self):
     """
     Reset CATS memory.
     """
     # Check do_PRO6_RAH first
     if self._chnAtHome.getValue() is True:
         CatsMaint._doResetMemory(self)
 def _doResetMemory(self):
     """
     Reset CATS memory.
     """
     # Check do_PRO6_RAH first
     if self._chnAtHome.getValue() is True:
         CatsMaint._doResetMemory(self)
Пример #3
0
    def _doOperationCommand(self, cmd, pars):
        """
        Send a CATS command

        @cmd: command
        @pars: command arguments
        """
        CatsMaint._doOperationCommand(self)
    def _doOperationCommand(self, cmd, pars):
        """
        Send a CATS command

        @cmd: command
        @pars: command arguments
        """
        CatsMaint._doOperationCommand(self)
Пример #5
0
    def init(self):
        CatsMaint.init(self)

        # load ALBA attributes and commands from XML
        self._chnAtHome = self.getChannelObject("_chnAtHome")
        self.super_abort_cmd = self.getCommandObject("super_abort")

        # channel to ask diffractometer for mounting position
        self.shifts_channel = self.getChannelObject("shifts")
    def init(self):
        CatsMaint.init(self)

        # load ALBA attributes and commands from XML
        self._chnAtHome = self.getChannelObject("_chnAtHome")
        self.super_abort_cmd = self.getCommandObject("super_abort")

        # channel to ask diffractometer for mounting position
        self.shifts_channel = self.getChannelObject("shifts")
Пример #7
0
 def __init__(self, *args):
     CatsMaint.__init__(self, *args)
 def __init__(self, *args):
     CatsMaint.__init__(self, *args)