export_w_elements#
- Q2d.export_w_elements(analyze=False, export_folder=None)#
Export all W-elements to files.
- Parameters:
- analyzebool,
optional
Whether to analyze before export. Solutions must be present for the design. The default is
False
.- export_folder
str
orpathlib.Path
,optional
Full path to the folder to export files to. The default is
None
, in which case the working directory is used.
- analyzebool,
- Returns:
list
List of all exported files.