pycasx.scenario.flightplan

Module to generate the flightPlan XML string.

Module Contents

Functions

create_flightplan_xml(waypoints)

Create a flightplan XML file.

pycasx.scenario.flightplan.create_flightplan_xml(waypoints)

Create a flightplan XML file.

Parameters:

waypoints (list[WayPointConfig]) – List of waypoints

Returns:

The XML file as a string

Return type:

str