add_from_file#

ParametricSetups.add_from_file(filename, parametricname=None)[source]#

Add a Parametric Setup from a csv file.

Parameters:
filenamestr

Csv file path.

parametricnamestr, option

Name of parameric setup.

Returns:
bool

True if the import is executed correctly.