<?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="bad freeze">
  <use aircraft="c172x" initialize="reset01"/>
  <run start="0.0" end="11" dt="0.00833333">
    <event name="setup">
      <condition>sim-time-sec  ge  0.25</condition>
      <set name="fcs/throttle-cmd-norm" action="FG_RAMP" value="0.3" tc="0.05"/>
      <set name="fcs/mixture-cmd-norm"  action="FG_RAMP" value="0.87" tc="0.05"/>
      <set name="attitude/theta-rad"    action="FG_RAMP" value="-0.35" tc="0.05"/>
      <set name="propulsion/magneto_cmd" value="3"/>
      <set name="propulsion/starter_cmd" value="1"/>

      <set name="simulation/integrator/rate/translational"     value="0"/>
      <set name="simulation/integrator/position/translational" value="0"/>
    </event>

  </run>
</runscript>
