The GenFSM Module

GenFSMModule
GenFSM module

Main module of the GenFSM package

source

Module Index

Detailed API

GenFSM.runsimFunction
run(project,scenario;override)

Run a scenario of GenFSM

Parameters

  • project: project or region name
  • scenario: name of the scenario within the project
  • override: a dictionary (keys=>new value) which eventually overrides the settings as specified in the region/scenario (e.g. for output directories)
source