Empty Prosumer

Create Function

pandaprosumer.create_empty_prosumer_container(name='', add_basic_lib=True, fluid='water')[source]

This function initializes the prosumer datastructure

OPTIONAL:

name (string, default None) - name for the prosumer

add_basic_lib (bool, default True) -

fluid (string or pandapipes.Fluid instance, default ‘water’) - The fluid used in the prosumer

Period

pandaprosumer.create_period(prosumer, resolution_s, start=None, end=None, timezone=None, name=None, index=None)[source]

Creates a new period in prosumer[“period” # FixMe: what if start and end are None ?

INPUT:

prosumer (pandaprosumerContainer) - The prosumer within this period should be created

resolution_s (float) - The resolution of the period [s]

OPTIONAL:

start (string, default None) - The start time of the period

end (string, default None) - The end time of the period

timezone (string, default None) - The timezone of the period. If None, will default to ‘utc’. Example: ‘Europe/Paris’

name (string, default None) - The name of the period

index (string, default None) - The index of the period in the prosumer