<?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="T37 aircraft taxi run">
  <description>This run is for testing a T37 aircraft for taxiing behaviour</description>
  <use aircraft="T37" initialize="reset00"/>
  <run start="0.0" end="100" dt="0.00833333">
    <event name="Starter">
      <condition>simulation/sim-time-sec  ge  0.25</condition>
      <set name="propulsion/starter_cmd" value="1"/>
      <notify/>
    </event>
    <event name="Flow fuel">
      <condition>simulation/sim-time-sec  ge  5.0</condition>
      <set name="propulsion/cutoff_cmd" value="0"/>
      <notify/>
    </event>
    <event name="Set throttle 0">
      <condition>simulation/sim-time-sec  ge  6.0</condition>
      <set name="fcs/throttle-cmd-norm[0]" action="FG_RAMP" value="1.0" tc="0.5"/>
      <notify/>
    </event>
    <event name="Set Throttle 1">
      <condition>simulation/sim-time-sec  ge  6.0</condition>
      <set name="fcs/throttle-cmd-norm[1]" action="FG_RAMP" value="1.0" tc="0.5"/>
      <notify/>
    </event>
  </run>
</runscript>
