Interface: SimbriefNavlogFix
Simbrief navlog fix
Properties
altitude_feet
• altitude_feet: string
Sltitude expected at this fix in feet
Defined in
src/sdk/simbrief/SimbriefTypes.ts:53
distance
• distance: string
Length of this leg in NM
Defined in
src/sdk/simbrief/SimbriefTypes.ts:56
ident
• ident: string
Fix ident
Defined in
src/sdk/simbrief/SimbriefTypes.ts:26
is_sid_star
• is_sid_star: string
Whether the fix is part of a SID or STAR
Defined in
src/sdk/simbrief/SimbriefTypes.ts:29
pos_lat
• pos_lat: string
Fix position latitude
Defined in
src/sdk/simbrief/SimbriefTypes.ts:38
pos_long
• pos_long: string
Fix position longitude
Defined in
src/sdk/simbrief/SimbriefTypes.ts:41
stage
• stage: SimbriefFlightStage
Flight stage of the fix
Defined in
src/sdk/simbrief/SimbriefTypes.ts:50
type
• type: string
The type of the fix
Defined in
src/sdk/simbrief/SimbriefTypes.ts:35
via_airway
• via_airway: string
Airway the fix is on, if applicable
Defined in
src/sdk/simbrief/SimbriefTypes.ts:32
wind_data
• wind_data: Object
Fix wind data
Type declaration
Name | Type | Description |
---|---|---|
level | SimbriefNavLogFixWindLevel [] | Wind entries |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:44