fmeobjects.FMECoordSysManager.getUnitParms

FMECoordSysManager.getUnitParms()

getUnitParms(unitName),

Gets the definition of the unit whose name is passed in.

Parameters:

unitName (str) – The name of the unit the parameters are being retrieved for.

Return type:

list[str]

Returns:

The list storing the unit parameters. If no such unit exists, then an empty list is returned.

Raises:

FMEException – An exception is raised if an error occurred.