API Reference#

Browse the public Python API. Each entry links to autogenerated documentation sourced from the codebase docstrings. After changing the API, rebuild the docs (make clean && make html from docs/) to refresh these pages.

Package modules#

pybtls.bridge

The module for the load effect calculator.

pybtls.traffic

The module for the traffic generator (and loader).

pybtls.output

The module for the output processor.

pybtls.lib

The module that acts as the bridge between the C++ and Python code.

pybtls.simulation

The module that assembles everything together for the simulation.

pybtls.garage

The module for garage operations.

pybtls.utils

The module that contains some useful functions.