Exemplo n.º 1
0
 def doPreinit(self, mode):
     if len(self._attached_others) != 1 or not isinstance(
             self._attached_others[0], Configuration):
         raise ConfigurationError(
             'pilatus detectors require exactly one "other" channel that '
             'is an instance of {}'.format(Configuration))
     self._cfg_channel = self._attached_others[0]._dev
     GenericDetector.doPreinit(self, mode)
Exemplo n.º 2
0
 def doPreinit(self, mode):
     EpicsDeviceEss.doPreinit(self, mode)
     Detector.doPreinit(self, mode)
Exemplo n.º 3
0
 def doPreinit(self, mode):
     GenericDetector.doPreinit(self, mode)