Example #1
0
	def __init__(self, cl, name):
		PyTango.Device_3Impl.__init__(self, cl, name)
		EDTangoServer.init_device(self)
		# Initialise the plugin factory
		self.m_edFactoryPlugin = EDApplication.getFactoryPlugin()
		EDVerbose.setVerboseDebugOn()
Example #2
0
 def __init__(self, cl, name):
     PyTango.Device_3Impl.__init__(self, cl, name)
     EDTangoServer.init_device(self)
     # Initialise the plugin factory
     self.m_edFactoryPlugin = EDApplication.getFactoryPlugin()
     EDVerbose.setVerboseDebugOn()