in3Utils.cfgUtils.appendCgf2DF

appendCgf2DF(simHash, simName, cfgObject, simDF)[source]

append simulation configuration to the simulation dataframe only account for sections GENERAL and INPUT

Parameters
  • simHash (str) – hash of the simulation to append

  • simName (str) – name of the simulation

  • cfgObject (configParser) – configuration coresponding to the simulation

  • simDF (pandas dataFrame) – configuration dataframe

Returns

simDF – DFappended with the new simulation configuration

Return type

pandas DataFrame