export_parametric_results# Icepak.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: sweepstrName of the optimetrics sweep. output_filestrFull path and name of the CSV file to export the results to. export_unitsbool, 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