Skip to content
Snippets Groups Projects
Commit 2743d5d8 authored by Nick Draper's avatar Nick Draper
Browse files

re #11410 Mari inst update to add log file parameters to choppers

parent c92b08b1
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,12 @@ ...@@ -45,6 +45,12 @@
<component type="fermi-chopper"> <component type="fermi-chopper">
<location y="-0.1" z="-1.689" /> <location y="-0.1" z="-1.689" />
<parameter name="Speed (Hz)">
<logfile id="fermi_speed" extract-single-value-as="last_value" />
</parameter>
<parameter name="Delay (us)">
<logfile id="fermi_delay" extract-single-value-as="last_value" />
</parameter>
</component> </component>
<type name="fermi-chopper" is="chopper"> <type name="fermi-chopper" is="chopper">
<cylinder id="body"> <cylinder id="body">
...@@ -57,6 +63,9 @@ ...@@ -57,6 +63,9 @@
<component type="disc-chopper"> <component type="disc-chopper">
<location y="-0.18" z="-3.0" /> <location y="-0.18" z="-3.0" />
<parameter name="Speed (Hz)">
<logfile id="diskchopper" extract-single-value-as="last_value" />
</parameter>
</component> </component>
<type name="disc-chopper" is="chopper"> <type name="disc-chopper" is="chopper">
<cylinder id="body"> <cylinder id="body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment