1JSBSIM(1) FlightGear man pages JSBSIM(1)
2
3
4
6 JSBSim - standalone version of the JSBSim open source flight dynamics
7 model
8
10 JSBSim <script filename> <output filenames> <options>
11
13 JSBSim is a standalone version of the JSBSim open source flight dynam‐
14 ics model library that, given a script file, runs the simulation and
15 outputs the results to one or more files.
16
18 --help Display usage information and exit.
19
20 --version
21 Display the JSBSim version number and exit.
22
23 --outputlogfile=filename
24 Output the processed data to filename.
25
26 --logdirectivefile=filename
27 Use the data logging directives specified in filename. This
28 option may be specified multiple times.
29
30 --root=path
31 Use path as the JSBSim root directory (the directory where the
32 aircraft model resides, containing the aircraft, engine... sub‐
33 directories).
34
35 --aircraft=filename
36 Use the aircraft model specified in filename.
37
38 --script=filename
39 Run the simulation script specified in filename.
40
41 This option is incompatible with --catalog.
42
43 --realtime
44 Run the simulation in actual real world time.
45
46 --nice[=sleep period]
47 Reduce CPU usage by pausing the simulation between frames for
48 sleep period nanoseconds. If sleep period is not given, it is
49 set to 0.01 nanoseconds.
50
51 --nohighlight
52 Do not colorize the output.
53
54 --suspend
55 Suspend the simulation after initializing it.
56
57 --initfile=filename
58 Use the initialization file filename.
59
60 --catalog[=aircraft]
61 Print all properties for the aircraft model (aircraft, if the
62 model name is passed as an argument, or for the model loaded via
63 the initialization file).
64
65 This option is incompatible with --script.
66
67 --property=name=value
68 Set the property named name to value.
69
70 --simulation-rate=rate
71 Set the simulation rate (dT) to rate. If rate is less than 1, it
72 is interpreted as a time step size in seconds; otherwise, it is
73 interpreted as a rate in Hertz.
74
75 --end=time
76 Set the simulation end time to time.
77
79 JSBSim exits with 0 on success, with 1 if the syntax of the command-
80 line arguments is wrong or an error occurs.
81
83 fgfs(1), the JSBSim Web site ⟨http://jsbsim.sourceforge.net/⟩
84
85
86
87FlightGear 2017-06-25 JSBSIM(1)