in3Utils.cfgHandling.insertIntoSimName

insertIntoSimName(name, keys, values, index)[source]

Add keys and values to name, in between parts of name split by index

Parameters
  • name (str) – name to extend

  • keys (list) – list with keys

  • values (list) – list with values

  • index (str) – used to split name

Returns

newName – containing newName, with keys and values inserted after index

Return type

string