malcolm.modules.dtacq.blocks

malcolm.modules.dtacq.blocks.dtacq_driver_block(mri, prefix)

Hardware block corresponding to PVs used for aravisGigE detector driver

Parameters
  • mri (str) – Malcolm resource id of the Block

  • prefix (str) – The root PV for the all records

malcolm.modules.dtacq.blocks.dtacq_runnable_block(mri_prefix, pv_prefix, config_dir, label='D-TACQ')

Device block corresponding to dtacq + reframe + stat + pos + hdf writer.

  • Detector driver should have pv prefix $(pv_prefix):ADC

  • Reframe plugin should have pv prefix $(pv_prefix):TRIG

  • Pos should have pv prefix $(pv_prefix):POS

  • Stat should have pv prefix $(pv_prefix):STAT

  • HDF should have pv prefix $(pv_prefix):HDF5

Parameters
  • mri_prefix (str) – Malcolm resource id of the Block and prefix for children

  • pv_prefix (str) – PV prefix for driver and all plugins

  • config_dir (str) – Where to store saved configs

  • label (str) – Beamline specific label for the detector