export_summary#
- Icepak.export_summary(output_dir: str | None = None, solution_name: str | None = None, type: str | None = 'Object', geometry_type: str | None = 'Volume', quantity: str | None = 'Temperature', variation: str | None = '', variation_list: list | None = None, filename: str | None = 'IPKsummaryReport') bool#
Export a fields summary of all objects.
- Parameters:
- output_dir
str,optional Name of directory for exporting the fields summary. The default is
None, in which case the fields summary is exported to the working directory.- solution_name
str,optional Name of the solution. The default is
None, in which case the default solution is used.- type
str,optional Entity type,
"Boundary"or"Object". The default is"Object".- geometry_type
str,optional Geometry type,
"Volume"or"Surface". The default is"Volume".- quantity
str,optional The default is
"Temperature".- variation
str,optional The default is
"".- variation_list
list,optional The default is
None.- filename
str,optional The default is
"IPKsummaryReport".
- output_dir
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditFieldsSummarySetting >>> oModule.ExportFieldsSummary