Table Of Contents
Table Of Contents

inet.simulation.project.define_simulation_project

define_simulation_project(name, version=None, **kwargs)[source]

Defines a simulation project for the provided name, version and additional parameters.

Parameters
  • name (string) – The name of the simulation project.

  • version (string or None) – The version of the simulation project. If unspecified, then no version is assumed.

  • kwargs (dict) – Additional parameters are inherited from the constructor of SimulationProject.

Returns (SimulationProject):

the new simulation project.