:py:mod:`pycasx.scenario.ai_scenario` ===================================== .. py:module:: pycasx.scenario.ai_scenario .. autoapi-nested-parse:: Module to generate the AI Scenario XML string. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pycasx.scenario.ai_scenario.create_ai_scenario_xml .. py:function:: create_ai_scenario_xml(cfg, _uuid, flightplans) Create the scenario file. :param cfg: The scenario configuration :type cfg: ScenarioConfig :param _uuid: The UUID of the scenario :type _uuid: uuid.UUID :param flightplans: The flightplan files of the intruders :type flightplans: list[Path] :returns: The XML file as a string :rtype: str