com1DFA.deriveParameterSet.setVariationForAllFeatures

setVariationForAllFeatures(cfg, key, thType, varType, variationFactor)[source]

set thickness value for all features according to varType variation

Parameters
  • cfg (configparser) – configuration settings of comModule for thickness

  • key (str) – name of parameter

  • thType (str) – thickness type (e.g. relTh, entTh, …)

  • varType (str) – type of variation (range or percent)

  • variationFactor (float or str (if Dist or rangeFromCi)) – value used for variation

Returns

cfg – updated configuration settings regarding thickness settings

Return type

configparser