Table Of Contents
Table Of Contents

task

from inet.simulation

This module provides abstractions for simulation tasks and their results.

Functions

clean_simulation_results

Cleans the results folders for the simulation configs matching the provided filter criteria.

get_simulation_tasks

Returns multiple simulation tasks matching the filter criteria.

run_simulations

Runs one or more simulations that match the provided filter criteria.

Classes

MultipleSimulationTasks

Represents multiple simulation tasks that can be run together.

SimulationTask

Represents a simulation task that can be run as a separate process or in the process where Python is running.

SimulationTaskResult

Represents a simulation task result that is collected when a simulation task is run.