Can't find Cabin Pressurization Goal Knob variable
Starship
3
Posts
2
Posters
55
Views
1
Watching
-
Hey @Black-Square, I'm configurin a SPAD.neXt profile and found everything I wanted util now, except for the Cabin Pressurization Goal Knob, which in the manual is listed as L:var_pressurizationGoal, but I can't find it. I tried SIMCONNECT:PRESSURIZATION CABIN ALTITUDE GOAL, but it doesn't work. Can you help me?
-
L:var_pressurizationGoal is correct, but you are trying to access the SIMVAR (A:Var) from the simulator's (very broken) pressurization system, instead of my custom system. Use
(L:var_pressurizationGoal, FT)
, and you should be all set. -