Dataref Search
sim/
sim/cockpit/
sim/cockpit/autopilot/
sim/cockpit/autopilot/airspeed
float
in knots_mach
Airspeed to hold, this changes from knots to a mach number
sim/cockpit/autopilot/airspeed_is_mach
int
as a boolean
Is our airspeed a mach number (this is writable if the panel has the button, otherwise sim controls)
sim/cockpit/autopilot/airspeed_mode
int
in enum
Airspeed mode for the autopilot. DEPRECATED
sim/cockpit/autopilot/alt_hold_ft_fms
float
in unspecified units
sim/cockpit/autopilot/altitude
float
in ftmsl
Altitude dialed into the AP
sim/cockpit/autopilot/altitude_mode
int
in enum
Vertical navigation (alt hold, VVI hold, V-Nav approach). DEPRECATED
sim/cockpit/autopilot/approach_selector
int
in enum
Nav1 or Nav2 approach selection
sim/cockpit/autopilot/autopilot_mode
int
in enum
The autopilot master mode (off=0, flight director=1, on=2)
sim/cockpit/autopilot/autopilot_state
int
in flags
Various autopilot engage modes, etc. See docs for flags
sim/cockpit/autopilot/backcourse_on
int
as a boolean
Back course selection
sim/cockpit/autopilot/current_altitude
float
in ftmsl
Currently held altitude (remembered until you hit flchg)
sim/cockpit/autopilot/flight_director_pitch
float
in degrees
The recommended pitch from the Flight Director. Use override_flightdir
sim/cockpit/autopilot/flight_director_roll
float
in degrees
The recommended roll from the Flight Director. Use override_flightdir
sim/cockpit/autopilot/heading
float
in degt
The heading to fly (true, legacy)
sim/cockpit/autopilot/heading_mag
float
in degm
The heading to fly (magnetic, preferred) pilot
sim/cockpit/autopilot/heading_mag2
float
in degm
The heading to fly (magnetic, preferred) copilot
sim/cockpit/autopilot/heading_mode
int
in enum
Lateral navigation mode (GPS, heading, L-Nav approach). DEPRECATED
sim/cockpit/autopilot/heading_roll_mode
int
in enum
Bank limit - 0 = auto, 1-6 = 5-30 degrees of bank
sim/cockpit/autopilot/mode_gls
int
in enum
Glide-slope mode (off, armed, engaged). DEPRECATED
sim/cockpit/autopilot/mode_hnav
int
in enum
Localizer mode (off, armed, engaged). DEPRECATED
sim/cockpit/autopilot/nav_steer_deg_mag
float
in degrees
Heading to fly in nav mode - write this when override_nav_heading is set. Useful for making a custom GPS that flies arcs.
sim/cockpit/autopilot/syn_hold_deg
float
in degrees
The pitch held when in pitch-hold mode.
sim/cockpit/autopilot/vertical_velocity
float
in fpm
Vertical speed to hold