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