profile_provider#

Module for loading profiles of grid devices. The profiles are given as time series: for each specified device the value per time step is given. The time series must have a specified format. Each time series is given as csv where the columns are the different devices and the rows are the time steps. The column lables are the indices of the devices in the dataframe within the pandapower net. The filename has following format: XXX-element_type-column.csv where XXX has no meaning, element type denotes the target element type (e.g., load, static_generator) and column the target column (e.g., p_mw, q_mvar). The values of the profile are absolut values that are directly sent to the power simulator.

Classes