export_parametric_results#

Q2d.export_parametric_results(sweep, filename, exportunits=True)[source]#

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

Parameters:
sweepstr

Name of the optimetrics sweep.

filenamestr

Full path and name for the CSV file.

exportunitsbool, 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