com1DFA.deriveParameterSet.setRangeFromCiVariation

setRangeFromCiVariation(cfg, variationFactor, thValue, ciValue)[source]

determine thickness value if set from rangeFromCiVariation and set from shp file and update rangeFromCiVariation value that is used for exactely this sim

this is required for reproducing this sim when using its configuration file - so that in the rangeFromCiVariation parameter it is only one value e.g. ci95$4$1 so -ci95m

Parameters
  • cfg (configparser object) – comModule configuration file with info on thickness settings

  • variationFactor (str) – value of range variation in terms of required addition to the reference value (e.g. variationFactor= chi95$4$0 - a variation of -ci95 value performed by addition of reference value + the variation value)

  • thValue (str) – thickness value of thickness feature in meter

  • ciValue (str) – ci value of thickness features in meter

Returns

  • variationValue (float) – actual thickness value modified according to variation for feature

  • variationIni (str) – rangeFromCiVariation parameter value for this sim to be added in cfg file