- Messages
- 531
- Country
Hello,
Do you know how to set the ILS course when it is defined as NAV3?
I know how to set the frequency, all the event IDs are available for this (NAV3_RADIO_SET_HZ) but I can't find a way to set the ILS course.
Needless to say SetSimVar does not work because SetSimVar is designed to be used with event IDs and K:, which means something like this doesn't work:
Any idea?
Do you know how to set the ILS course when it is defined as NAV3?
I know how to set the frequency, all the event IDs are available for this (NAV3_RADIO_SET_HZ) but I can't find a way to set the ILS course.
Needless to say SetSimVar does not work because SetSimVar is designed to be used with event IDs and K:, which means something like this doesn't work:
SimVar.SetSimVarValue("NAV OBS:3", "degrees", course);
Any idea?