Skip to content

Commit

Permalink
add mosaik simulation configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Oct 21, 2024
1 parent 4c4e251 commit 4bc105a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/mosaik_sim_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
"""
Clonfigurations for the mosaik simulations that use models
from the illuminator package, can be defined as below.
Pre-requisites:
1. Install the illuminator as a Python package
2. The simulation should be run in the same environment where
the illuminator is installed
"""

# Configuration for collector,
sim_config={
'Collector':{'python':'illuminator.models.collector:Collector'},
'CSVB':{'python':'illuminator.models.mosaik_csv:CSV'},
'PV':{'python':'illuminator.models.PV.pv_mosaik:PvAdapter'},
}

0 comments on commit 4bc105a

Please sign in to comment.