com1DFA.com1DFATools.createSimDictFromCfgs
- createSimDictFromCfgs(cfgMain, cfgPath, module=avaframe.com1DFA.com1DFA)[source]
From multiple cfg files create a simDict with one item for each simulation to perform within these cfg files still parameter variations are allowed
- Parameters
cfgMain (configparser object) – main configuration of AvaFrame
cfgPath (pathlib Path or str) – path to directory with cfg files
module (module) – module to be used for task (optional)
- Returns
simDict – dictionary with info on simHash, releaseScenario, release area file path, simType and contains full configuration configparser object for simulation run
- Return type
dict