calculate_costs.read_simulation_csv

calculate_costs.read_simulation_csv(csv_file)

Read prices, power values and charging signals for each timestamp from simulation results.

Parameters:

csv_file (str) – csv file with simulation results

Returns:

timestamps, prices, power supplied from the grid, power fed into the grid, needed power of fixed load, charging signals

Return type:

dict of lists