Exploit Output

Descriptions of the basic functions are given below.

Function descriptions:

exploitOutput.getSimultaneosChargeDischarge(esM, compName, threshold=0.0)[source]

Get operation time series in which simultaneous charging and discharging occurs.

Parameters:
  • esM (EnergySystemModel class instance) – EnergySystemModel instance representing the energy system in which the component should be modeled.

  • compName (string) – component name

  • threshold (float) – threshold for check of simultaneous operation
    * the default value is 0.0

Returns:

simultaneousOperation: Dictionary with region as keys and pd.DataFrame as value, in which timesteps with simultaneous charge and discharge are listed.

Rtype simultaneousChargeDischarge:

dict