Table Of Contents
Table Of Contents

simulation

from inet

Modules

inet.simulation.build

This module provides functionality for building simulation projects.

inet.simulation.config

This module provides abstractions for simulation configs.

inet.simulation.project

This module provides abstractions for simulation projects.

inet.simulation.task

This module provides abstractions for simulation tasks and their results.

This package supports running simulations.

The main function is run_simulations() that allows running multiple simulations, even completely unrelated ones that have different working directories, INI files, and configurations. The simulations can be run sequentially or concurrently on a single computer or on an SSH cluster. Besides, the simulations can be run as separate processes and also in the same Python process loading INET as a library.