:py:mod:`pycasx.cli.run` ======================== .. py:module:: pycasx.cli.run .. autoapi-nested-parse:: Run the ACAS X test suite. Not to be confused with software tests, this command runs multiple scenarios and logs the data to a file. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pycasx.cli.run.run Attributes ~~~~~~~~~~ .. autoapisummary:: pycasx.cli.run.cs pycasx.cli.run.SCENARIO_FOLDER pycasx.cli.run.FGFS_BASE_CMD pycasx.cli.run.PYCASX_BASE_CMD .. py:data:: cs .. py:data:: SCENARIO_FOLDER .. py:data:: FGFS_BASE_CMD .. py:data:: PYCASX_BASE_CMD .. py:function:: run(cfg) Run the ACAS X test suite. Not to be confused with software tests, this command runs multiple scenarios and logs the data to a file. :param cfg: The configuration for the run command. :type cfg: RunConfig :raises RuntimeError: If the command is run on Windows.