export_w_elements# Q2d.export_w_elements(analyze=False, export_folder=None)[source]# Export all W-elements to files. Parameters: analyzebool, optionalWhether to analyze before export. Solutions must be present for the design. The default is False. export_folderstr, optionalFull path to the folder to export files to. The default is None, in which case the working directory is used. Returns: listList of all exported files.