in3Utils.cfgHandling.fetchValidationString

fetchValidationString(val, thIdList, thNames, simDFrow)[source]

create a validation string to be checked if simDFrow matches filtering criteria (given by val)

Parameters
  • val (str, float) – value to be checked

  • thIdList (list) – list with thickness feature ids

  • thNames (list) – list with thickness feature names

  • simDFrow (pandas dataframe row) – parameters of simulation

Returns

validationString – bool if simulation given by simDFrow matches filtering criteria

Return type

bool