add_from_file#

ParametricSetups.add_from_file(input_file, name=None)[source]#

Add a Parametric Setup from a csv file.

Parameters:
input_filestr

Csv file path.

namestr, option

Name of parametric setup.

Returns:
bool

True if the import is executed correctly.