get_coord
get_coord(
     self ,
     coord_name: str ,
 )-> ‘BaseCoord’
Retrieve a single coordinate from the coordinate manager.
Parameters
| Parameter | Description | 
|---|---|
| coord_name | The name of the coordinate. | 
Raises
CoordError if the coordinate is not found in the coordinate manager.
