Skip to content
Snippets Groups Projects
Commit 88613de7 authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Rotates using S2 value from the log file. Refs #2810

parent 04210771
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,20 @@ ...@@ -38,7 +38,20 @@
<!-- Tank - a point 3 meters from the sample--> <!-- Tank - a point 3 meters from the sample-->
<component type="Tank" idlist="Tank"> <component type="Tank" idlist="Tank">
<location r="3.0" t="0.0" p="0.0"/> <location>
<parameter name="r-position">
<value val="3"/>
</parameter>
<parameter name="t-position">
<logfile id="S2"/>
</parameter>
<parameter name="p-position">
<value val="0"/>
</parameter>
<parameter name="roty">
<logfile id="S2"/>
</parameter>
</location>
</component> </component>
<type name="Tank"> <type name="Tank">
<component type="B1"> <component type="B1">
......
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