export_element_data# Siwave.export_element_data(simulation_name, file_path, data_type='Vias')[source]# Export element data. Parameters: simulation_namestrName of the setup. file_pathstrPath to the exported report. data_typestr, optionalType of the data. The default is "Vias". Returns: boolTrue when successful, False when failed.