inet.simulation.project.get_simulation_project¶
- get_simulation_project(name, version=None)[source]¶
Returns a defined simulation project for the provided name and version.
- Parameters
name (string) – The name of the simulation project.
version (string or None) – The version of the simulation project. If unspecified, then the latest version is returned.
- Returns (py:class:SimulationProject or None):
a simulation project.