File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ aq = AircraftRequests(sm, _time=2000)
21
21
# Use _time=ms where ms is the time in milliseconds to cache the data.
22
22
# Setting ms to 0 will disable data caching and always pull new data from the sim.
23
23
# There is still a timeout of 4 tries with a 10ms delay between checks.
24
- # If no data is received in 40ms the value will be set to -999999
25
- # Each request can be fine tuned by setting the time pram .
24
+ # If no data is received in 40ms the value will be set to None
25
+ # Each request can be fine tuned by setting the time param .
26
26
27
27
# To find and set timeout of cached data to 200ms:
28
28
altitude = aq.find(" PLANE_ALTITUDE" )
@@ -108,7 +108,7 @@ Arguments to pass:
108
108
109
109
Description: Triggers an event in the simulator
110
110
111
- ## Running SimConnect on another system.
111
+ ## Running SimConnect on a separate system.
112
112
113
113
#### Note: At this time SimConnect can only run on Windows hosts.
114
114
You can’t perform that action at this time.
0 commit comments