This commit is contained in:
14
script/test/TestArray10.py
Normal file
14
script/test/TestArray10.py
Normal file
@@ -0,0 +1,14 @@
|
||||
###################################################################################################
|
||||
# Deployment specific global definitions - executed after startup.py
|
||||
###################################################################################################
|
||||
import org.zeromq.ZMQ as ZMQ
|
||||
|
||||
# Definitions
|
||||
DETECTOR_ADDRESS = "tcp://std-daq-build.psi.ch:20000"
|
||||
DETECTOR_ADDRESS = "tcp://129.129.144.84:20000"
|
||||
DETECTOR_IMAGE_MODULO = 1
|
||||
|
||||
add_device(Array10("stream", DETECTOR_ADDRESS , ZMQ.SUB), True)
|
||||
add_device(stream.devMatrix, True)
|
||||
add_device(RegisterMatrixSource("image", stream.devMatrix), True)
|
||||
stream.devMatrix.modulo = DETECTOR_IMAGE_MODULO
|
||||
Reference in New Issue
Block a user