export_summary#
- Icepak.export_summary(output_dir=None, solution_name=None, type='Object', geometryType='Volume', quantity='Temperature', variation='', variationlist=None)[source]#
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 the default name is used.- type
str
,optional
The default is
"Object"
.- geometryType
str
,optional
Type of the geometry. The default is
"Volume"
.- quantity
str
,optional
The default is
"Temperature"
.- variation
str
,optional
The default is
""
.- variationlist
list
,optional
The default is
None
.
- output_dir
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oModule.EditFieldsSummarySetting >>> oModule.ExportFieldsSummary