Interface: G3XFlightDirectorSingleCueProps
Component props for G3XFlightDirectorSingleCue.
Hierarchy
HorizonLayerProps
↳
G3XFlightDirectorSingleCueProps
Properties
apEngaged
• apEngaged: Subscribable
<boolean
>
Whether the autopilot is engaged.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/FlightDirectorSingleCue/G3XFlightDirectorSingleCue.tsx:22
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
HorizonLayerProps.children
Defined in
src/sdk/components/FSComponent.ts:122
conformalBankLimit
• conformalBankLimit: number
| Subscribable
<number
>
The maximum bank error at which the flight director's bank remains conformal, in degrees.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/FlightDirectorSingleCue/G3XFlightDirectorSingleCue.tsx:31
conformalBounds
• conformalBounds: Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>> | Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
The vertical bounds within which the flight director remains conformal, as [top, bottom]
in pixels relative
to the center of the projection.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/FlightDirectorSingleCue/G3XFlightDirectorSingleCue.tsx:28
fdBank
• fdBank: Subscribable
<number
>
The flight director commanded bank, in degrees. Positive values indicate rightward bank.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/FlightDirectorSingleCue/G3XFlightDirectorSingleCue.tsx:19
fdPitch
• fdPitch: Subscribable
<number
>
The flight director commanded pitch, in degrees. Positive values indicated upward pitch.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/FlightDirectorSingleCue/G3XFlightDirectorSingleCue.tsx:16
projection
• projection: HorizonProjection
The layer's horizon projection.
Inherited from
HorizonLayerProps.projection
Defined in
src/sdk/components/horizon/HorizonLayer.ts:10
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
HorizonLayerProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
show
• show: Subscribable
<boolean
>
Whether to show the flight director.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/FlightDirectorSingleCue/G3XFlightDirectorSingleCue.tsx:13
updateFreq
• Optional
updateFreq: Subscribable
<number
>
A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.
Inherited from
HorizonLayerProps.updateFreq
Defined in
src/sdk/components/horizon/HorizonLayer.ts:17