mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-11 11:11:53 +02:00
fix: online changes e20636 falcon
This commit is contained in:
@ -252,7 +252,7 @@ class FalconCsaxs(Device):
|
|||||||
"""Function with 10s timeout"""
|
"""Function with 10s timeout"""
|
||||||
timer = 0
|
timer = 0
|
||||||
while True:
|
while True:
|
||||||
det_ctrl = self.acquiring.get()
|
det_ctrl = self.acquiring.read()[self.acquiring.name]['value']
|
||||||
writer_ctrl = self.hdf5.capture.get()
|
writer_ctrl = self.hdf5.capture.get()
|
||||||
received_frames = self.dxp.current_pixel.get()
|
received_frames = self.dxp.current_pixel.get()
|
||||||
total_frames = int(self.scaninfo.num_points * self.scaninfo.frames_per_trigger)
|
total_frames = int(self.scaninfo.num_points * self.scaninfo.frames_per_trigger)
|
||||||
|
Reference in New Issue
Block a user