-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add mosaik simulation configuration file
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'}, | ||
} |