OEGetEnsembleName
OEGetEnsembleName(ensembleType: int, longName: bool = False) -> str
Returns a character string of the standard name for the specified
OEEnsemble type.
By default, a short form of the name, suitable for column headings, is provided.
If the optional longName argument is set to true, a more readable
name is provided.
longName = True
name = oeszmap.OEGetEnsembleName(oeszmap.OEEnsemble_NeutralDiffDeltaG, longName)