The GenFSM_simrep Module

GenFSM_simrepModule
GenFSM_simrep

Simulation 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]

Where the default project and the default scenarios ae both named "default".

source

Module Index

Detailed API

GenFSM_simrep.load_settingsFunction
load_settings(project="default",scenario="default")

Load the settings for a specific project and scenario. The settings are returned as a dictionary.

source