export_element_data#

Siwave.export_element_data(simulation_name, file_path, data_type='Vias')[source]#

Export element data.

Parameters:
simulation_namestr

Name of the setup.

file_pathstr

Path to the exported report.

data_typestr, optional

Type of the data. The default is "Vias".

Returns:
bool

True when successful, False when failed.