Run Function

pandapower.timeseries.run_time_series.run_timeseries(net, time_steps=None, continue_on_divergence=False, verbose=True, check_controllers=True, **kwargs)

Time Series main function

Runs multiple PANDAPOWER AC power flows based on time series which are stored in a DataSource inside Controllers. Optionally other functions than the pp power flow can be called by setting the run function in kwargs

Parameters:
  • network (**net** - The pandapower format)

  • **time_steps** (list or tuple, None) - time_steps to calculate as list or tuple (start, stop)

  • None (if)

  • simulated (all time steps from provided data source are)

  • **continue_on_divergence** (bool, False)

  • **verbose** (bool, True)

  • runpp() (**kwargs** - Keyword arguments for run_control and run If "run" is in kwargs the default call to)

  • kwargs["run"] (is replaced by the function)