mpas_tools.config.MpasConfigParser.getfloat

MpasConfigParser.getfloat(section, option)[source]

Get an option float value for a given section.

Parameters:
  • section (str) – The name of the config section

  • option (str) – The name of the config option

Returns:

value (float) – The value of the config option