Skip to content

Commit

Permalink
Merge branch 'xspress3_parameters' into 'master'
Browse files Browse the repository at this point in the history
Added additional parameters to xspress

See merge request controls/python3/pymalcolm!4
  • Loading branch information
tomtrafford committed Mar 14, 2024
2 parents 01c74bf + 176c6d3 commit 0357718
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion malcolm/modules/xspress3/blocks/xspress3_runnable_block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
description: Beamline specific label for the detector
default: Xspress 3

- builtin.parameters.float64:
name: frequency_accuracy
description: Frequency accuracy for readout deadtime
default: 50.0

- builtin.parameters.float64:
name: readout_time
description: Readout deadtime for detector
default: 7e-5

- scanning.controllers.RunnableController:
mri: $(mri_prefix)
config_dir: $(config_dir)
Expand Down Expand Up @@ -43,7 +53,8 @@

- scanning.parts.ExposureDeadtimePart:
name: DEADTIME
readout_time: 7e-5
readout_time: $(readout_time)
frequency_accuracy: $(frequency_accuracy)

- ADCore.blocks.stats_plugin_block:
mri: $(mri_prefix):STAT
Expand Down

0 comments on commit 0357718

Please sign in to comment.