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