Closedown

This commit is contained in:
gac-x12sa
2023-01-05 17:09:14 +01:00
parent 32227453f3
commit 12d61a6ceb

View File

@@ -6,16 +6,7 @@ class StdDaq(DeviceBase):
if simulated:
self.setSimulated()
self.simulated_id=1
self.simulated_config = {
"detector_name": "eg",
"detector_type": "eiger",
"n_modules": 2,
"bit_depth": 32,
"image_pixel_height": 514,
"image_pixel_width": 1030,
"start_udp_port": 50000
}
self.simulated_config = {"detector_name": "eg","detector_type": "eiger","n_modules": 2,"bit_depth": 32,"image_pixel_height": 514,"image_pixel_width": 1030,"start_udp_port": 50000}
def doInitialize(self):
pass