mirror of
https://github.com/nasa/trick.git
synced 2025-02-07 03:19:27 +00:00
DP file in SIM_ball_L1 does not work #302
Everything was old and now wrong in this file. Wrong start/stop times, wrong X and Y axis min/max values, wrong units for time, and wrong variable names.
This commit is contained in:
parent
3be6715eba
commit
53f0e33049
@ -6,27 +6,27 @@
|
|||||||
<frequency>0.0</frequency>
|
<frequency>0.0</frequency>
|
||||||
<page>
|
<page>
|
||||||
<title>Page</title>
|
<title>Page</title>
|
||||||
<tstart>0.0</tstart>
|
<tstart>-1.0E20</tstart>
|
||||||
<tstop>0.0</tstop>
|
<tstop>1.0E20</tstop>
|
||||||
<frequency>0.0</frequency>
|
<frequency>0.0</frequency>
|
||||||
<plot background_color="" font="" foreground_color="" grid="Off" grid_color="" xmax="0.0" xmin="0.0" ymax="0.0" ymin="0.0">
|
<plot background_color="" font="" foreground_color="" grid="Off" grid_color="">
|
||||||
<title>Plot</title>
|
<title>Plot</title>
|
||||||
<tstart>0.0</tstart>
|
<tstart>0.0</tstart>
|
||||||
<tstop>0.0</tstop>
|
<tstop>0.0</tstop>
|
||||||
<frequency>0.0</frequency>
|
<frequency>0.0</frequency>
|
||||||
<curve>
|
<curve>
|
||||||
<var units="--">sys.exec.out.time</var>
|
<var units="s">sys.exec.out.time</var>
|
||||||
<var units="--" line_color="blue">ball.state.out.position[0]</var>
|
<var units="--" line_color="blue">ball.state.output.position[0]</var>
|
||||||
</curve>
|
</curve>
|
||||||
</plot>
|
</plot>
|
||||||
<plot background_color="" font="" foreground_color="" grid="Off" grid_color="" xmax="0.0" xmin="0.0" ymax="0.0" ymin="0.0">
|
<plot background_color="" font="" foreground_color="" grid="Off" grid_color="">
|
||||||
<title>Plot</title>
|
<title>Plot</title>
|
||||||
<tstart>0.0</tstart>
|
<tstart>-1.0E20</tstart>
|
||||||
<tstop>0.0</tstop>
|
<tstop>1.0E20</tstop>
|
||||||
<frequency>0.0</frequency>
|
<frequency>0.0</frequency>
|
||||||
<curve>
|
<curve>
|
||||||
<var units="--">sys.exec.out.time</var>
|
<var units="s">sys.exec.out.time</var>
|
||||||
<var units="--" line_color="red">ball.state.out.position[1]</var>
|
<var units="--" line_color="red">ball.state.output.position[1]</var>
|
||||||
</curve>
|
</curve>
|
||||||
</plot>
|
</plot>
|
||||||
</page>
|
</page>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user