We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa73d5 commit d1a2f4fCopy full SHA for d1a2f4f
README.md
@@ -22,6 +22,9 @@ sm = SimConnectMobiFlight()
22
vr = MobiFlightVariableRequests(sm)
23
vr.clear_sim_variables()
24
25
+# Example write variable
26
+vr.set("0 (>L:A32NX_COCKPIT_DOOR_LOCKED)")
27
+
28
while True:
29
alt_ground = vr.get("(A:GROUND ALTITUDE,Meters)")
30
alt_plane = vr.get("(A:PLANE ALTITUDE,Feet)")
src/example.py
@@ -20,6 +20,9 @@ def setupLogging(logFileName):
20
21
0 commit comments