Python-SimConnect icon indicating copy to clipboard operation
Python-SimConnect copied to clipboard

Transponder Events Missing

Open chrismorin opened this issue 3 years ago • 0 comments

Specifically, I don't seem to be able to execute the IDENT event (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Radio_Navigation_Events.htm#Transponder) and I don't believe I'm able to turn the transponder into a certain state (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_RadioNavigation_Variables.htm#TRANSPONDER_STATE).

Any chance we can get them added to the events list? Or, if I'm being an idiot and missed something, telling me that works too haha.

TRANSPONDER STATE | Transponder State | Enum:0 = Off1 = Standby2 = Test3 = On4 = Alt5 = Ground XPNDR_IDENT_OFF | Disable the transponder Ident. XPNDR_IDENT_ON | Enable the transponder Ident.  After 18 seconds it will disable automatically.

chrismorin avatar Mar 02 '22 20:03 chrismorin