Nasal Flightplan: Difference between revisions

Jump to navigation Jump to search
Line 28: Line 28:


=== Hold members ===
=== Hold members ===
The following are hold-specific members:
Holds are waypoints with additional parameters. Holds can be created in two ways:
* By loading a procedure that defines holds (SID/STAR/transition/approach)
* By setting the hold_count of a flightplan leg to a nonzero value (see below, under "Leg methods and variables").
* By setting the hold_heading_radial_deg of a flightplan leg to any value
 
The following hold-specific members are available:
; hold_is_left_handed : boolean, defines direction of turns in the hold
; hold_is_left_handed : boolean, defines direction of turns in the hold
; hold_is_distance : boolean, defines if hold is measured by distance
; hold_heading_radial_deg : number, the inbound radial of the hold, measured in degrees
; hold_is_time : boolean, defines if hold is measured by time
; hold_inbound_radial : number, readonly alias for hold_heading_radial_deg
; hold_inbound_radial ''or'' hold_inbound_radial_deg : returns the inbound radial of the hold, measured in degrees
; hold_time_or_distance : number, readonly, the leg length, defined either in seconds or nautical miles
; hold_time_or_distance : the leg length, defined either in seconds or nautical miles
; hold_is_distance : boolean, readonly, defines if hold is measured by distance
; hold_is_time : boolean, readonly, defines if hold is measured by time


== Flightplan methods and variables ==
== Flightplan methods and variables ==
5

edits

Navigation menu