export_parametric_results# Mechanical.export_parametric_results(sweepname, filename, exportunits=True)[source]# Export a list of all parametric variations solved for a sweep to a CSV file. Parameters: sweepnamestrName of the optimetrics sweep. filenamestrFull path and name for the CSV file. exportunitsbool, optionalWhether to export units with the value. The default is True. When False, only the value is exported. Returns: boolTrue when successful, False when failed. References >>> oModule.ExportParametricResults Copy to clipboard