Closedown
This commit is contained in:
@@ -121,7 +121,8 @@ class Array10(DeviceBase, Readable, Cacheable, Readable.ReadableType):
|
||||
"""Close the channel.
|
||||
"""
|
||||
self.stop()
|
||||
super(Array10, self).doClose()
|
||||
#super(Array10, self).doClose()
|
||||
DeviceBase.doClose(self)
|
||||
|
||||
#Readable interface
|
||||
def read(self):
|
||||
|
||||
@@ -7,6 +7,7 @@ import requests
|
||||
# Definitions
|
||||
#DETECTOR_ADDRESS = "tcp://localhost:1234"
|
||||
DETECTOR_ADDRESS = "tcp://xbl-daq-28:15000"
|
||||
DETECTOR_ADDRESS = "tcp://129.129.95.40:15000"
|
||||
DETECTOR_IMAGE_MODULO = 1
|
||||
|
||||
# Devices
|
||||
|
||||
Reference in New Issue
Block a user