ivcurves.utils.make_iv_curve_name#

ivcurves.utils.make_iv_curve_name(test_set_name, index)#

Returns a unique name for an IV curve created from parameters of a test set’s test case. The unique name is of the form '{test_set_name}_case_{index}'.

Parameters:
  • test_set_name (str) – The name of the test set that contains the test case of the IV curve’s parameters.

  • index (int) – The Index of the test case of the IV curve’s parameters.

Returns:

A unique name for the IV curve.

Return type:

str