Interface: FmsSpeedEvents
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:99
Events related to FMS-computed speed targets.
Properties
fms_speed_autopilot_target_ias
fms_speed_autopilot_target_ias:
number
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:134
The current autopilot FMS target indicated airspeed, in knots. This value may differ from the FMS-computed value if a user override is in place. A negative value indicates there is no autopilot target indicated airspeed.
fms_speed_autopilot_target_is_mach
fms_speed_autopilot_target_is_mach:
boolean
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:143
Whether the current autopilot FMS target speed is a mach number.
fms_speed_autopilot_target_mach
fms_speed_autopilot_target_mach:
number
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:140
The current autopilot FMS target mach number. This value may differ from the FMS-computed value if a user override is in place. A negative value indicates there is no autopilot target mach number.
fms_speed_computed_max_ias
fms_speed_computed_max_ias:
number
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:104
The current FMS-computed maximum airspeed, in knots.
fms_speed_computed_max_is_mach
fms_speed_computed_max_is_mach:
boolean
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:110
Whether the current FMS-computed maximum speed is a mach number.
fms_speed_computed_max_mach
fms_speed_computed_max_mach:
number
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:107
The current FMS-computed maximum mach number.
fms_speed_computed_max_source
fms_speed_computed_max_source:
FmsSpeedTargetSource
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:113
The source of the current FMS-computed maximum speed.
fms_speed_computed_schedule
fms_speed_computed_schedule:
string
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:101
The name of the performance schedule used by the FMS to compute the current target speed.
fms_speed_computed_target_ias
fms_speed_computed_target_ias:
number
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:119
The current FMS-computed target indicated airspeed, in knots. A negative value indicates the FMS was unable to compute a speed.
fms_speed_computed_target_is_mach
fms_speed_computed_target_is_mach:
boolean
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:125
Whether the current FMS-computed target speed is a mach number.
fms_speed_computed_target_mach
fms_speed_computed_target_mach:
number
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:122
The current FMS-computed target mach number. A negative value indicates the FMS was unable to compute a speed.
fms_speed_computed_target_source
fms_speed_computed_target_source:
FmsSpeedTargetSource
Defined in: workingtitle-instruments-epic2/shared/Fms/Epic2FmsEvents.ts:128
The source of the current FMS-computed target speed.