Siwave#
- class pyedb.siwave.Siwave(specified_version=None)[source]#
Initializes SIwave based on the inputs provided and manages SIwave release and closing.
- Parameters:
Methods
Siwave.close_project
([save_project])Close the project.
Siwave.export_configuration
(file_path[, ...])Export layout information into a configuration file.
Siwave.export_dc_simulation_report
(...[, ...])Export the Siwave DC simulation report.
Siwave.export_edb
(file_path)Export the layout as EDB.
Siwave.export_element_data
(simulation_name, ...)Export element data.
Siwave.export_icepak_project
(file_path, ...)Exports an Icepak project for standalone use.
Siwave.export_siwave_report
(simulation_name, ...)Export the Siwave report.
Siwave.import_edb
(file_path)Import layout from EDB.
Siwave.load_configuration
(file_path)Load configuration settings from a configure file.Import
Siwave.open_project
([proj_path])Open a project.
Quit the application.
Siwave.run_dc_simulation
([...])Run DC simulation.
Runs an Icepak simulation.
Siwave.save
(file_path)Save the project.
Siwave.save_project
([projectpath, projectName])Save the project.
Attributes
Current version of AEDT.
Directory path of the open project.
Path of the open project file.
Lock file.
Project.
Project file.
Project name.
Project path.
PyAEDT directory.
Results directory.
Source directory.
Version keys for AEDT.