Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 947 Bytes

profiles.rst

File metadata and controls

33 lines (18 loc) · 947 Bytes

SimBench Profiles

Within the dataset SimBench provides a large number of full year load, generation and storage profiles.

The profiles are already included in the pandapower nets received by the function:

net = simbench.get_simbench_net(sb_code_info)
net.profiles

If you are not interested in the SimBench grids, you can get the profiles easily using this function:

simbench.get_all_simbench_profiles

Several other functions are provided for advanced use, such as:

simbench.get_applied_profiles

simbench.get_available_profiles

simbench.get_missing_profiles

simbench.profiles_are_missing

simbench.get_absolute_profiles_from_relative_profiles

simbench.get_absolute_values

simbench.apply_const_controllers