get_population
core.Global.get_population(name, net_id=0)Returns the population with the given name.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| name | str | name of the population. | required |
Returns
| Name | Type | Description |
|---|---|---|
| Population | The requested Population object if existing, None otherwise. |