pyltmapi package

Submodules

pyltmapi.LtmDot module

pyltmapi.LtmPlot module

pyltmapi.LtmPlot.continuous_generic_plot(time, data, name='Stacked Generic plot')[source]
pyltmapi.LtmPlot.generic_plot(time, data, name='Generic plot')[source]
pyltmapi.LtmPlot.make_continuous_generic_plot(ndarray, name)[source]
Parameters:

ndarray (tuple)

pyltmapi.LtmPlot.make_generic_plot(ndarray, name)[source]
Parameters:

ndarray (tuple)

pyltmapi.LtmPlot.make_market_results_plot(market_results, name)[source]
Parameters:
pyltmapi.LtmPlot.make_water_value_plot(wv_results, name)[source]
Parameters:
pyltmapi.LtmPlot.plot_price_series(time, data, name='')[source]

Plots price series as a function of time for all scenarios

pyltmapi.LtmPlot.plot_water_values(time, X, Y, Z, name='')[source]

pyltmapi.LtmSession module

class pyltmapi.LtmSession.LtmSession(session_name, pyltm_path='/opt/sintef-energy/ltm/lib/', ltm_core_path=None, overwrite_session=False, ltm_license_file_path=None)[source]
Parameters:
  • session_name (str)

  • pyltm_path (str)

  • ltm_core_path (str)

static version()[source]

pyltmapi.LtmTable module

pyltmapi.LtmTable.make_table_cnes(arg)[source]

Read the FBMC result summary file fbmc_stats.txt and creates a summary table of results. Two types of arguments are accepted. 1. ‘LtmSession’ or 2. ‘str’ with path to result file.

Module contents