The GenFSM_simrep Module
GenFSM_simrep — ModuleGenFSM_simrepSimulation settings repository for GenFSM models.
This package sole function is load_settings.
The settings are stored in this repository as yaml files in:
- [project]
- scenarios
- [scenario]
- scenarios
Where the default project and the default scenarios ae both named "default".
Module Index
Detailed API
GenFSM_simrep.load_settings — Functionload_settings(project="default",scenario="default")Load the settings for a specific project and scenario. The settings are returned as a dictionary.