pywfm.IWFMBudget.get_title_length#

IWFMBudget.get_title_length()#

Retrieve the length of the title lines.

Returns:

Number of characters that make up the title lines.

Return type:

int

Example

>>> from pywfm import IWFMBudget
>>> bud_file = '../Results/GW.hdf'
>>> gw_bud = IWFMBudget(bud_file)
>>> gw_bud.get_title_length()
242
>>> gw_bud.close_budget_file()