export_parametric_results#

Maxwell2d.export_parametric_results(sweep, output_file, export_units=True)[source]#

Export a list of all parametric variations solved for a sweep to a CSV file.

Parameters:
sweepstr

Name of the optimetrics sweep.

output_filestr

Full path and name of the CSV file to export the results to.

export_unitsbool, optional

Whether to export units with the value. The default is True. When False, only the value is exported.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportParametricResults