get_population
=0) core.Global.get_population(name, net_id
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. |