Jsbsim Tutorial Updated -

This example sets the simulation duration to 10 seconds, the time step to 0.01 seconds, and enables gravity.

A script is a sequence of commands:

for i in range(6000): # 6000 * 0.01 = 60 seconds fdm.run() t = fdm.get_property('sim-time-sec') alt = fdm.get_property('position/h-sl-ft') vc = fdm.get_property('velocities/vc-kts') jsbsim tutorial

JSBSim --script=scripts/c1721.xml