<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sf.net/JSBSimScript.xsl"?>
<runscript xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://jsbsim.sf.net/JSBSimScript.xsd"
    name="C172-01A">
  <use aircraft="c172x" initialize="reset_at_rest"/>
  <run start="0.0" end="5" dt="0.008333">
    <event name="Shift weight">
      <condition>
        simulation/sim-time-sec gt 1.5
      </condition>
      <set name="inertia/pointmass-weight-lbs[0]" value="500"/>
      <notify/>
    </event>
  </run>
</runscript>
