CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENSE
MANIFEST.in
README.md
README_CN.md
SECURITY.md
ignore_words.txt
pyproject.toml
.github/pull_request_template.md
doc/source/Resources/BlankDiagram3DLayout.png
doc/source/Resources/BlankDiagram3DModeler.png
doc/source/Resources/BlankDiagramCircuit.png
doc/source/Resources/Items.png
doc/source/Resources/Mesh_Operations.png
doc/source/Resources/Optimetrics_Parametric.png
doc/source/Resources/Setups.png
doc/source/Resources/aedt_2.png
doc/source/Resources/aedt_3.png
doc/source/Resources/aedt_box.png
doc/source/Resources/aedt_first_page.png
doc/source/Resources/aedt_variables.png
doc/source/Resources/array_example.json
doc/source/Resources/cable_example.json
doc/source/Resources/choke_example.json
doc/source/Resources/circuit.png
doc/source/Resources/emit.png
doc/source/Resources/emit_channel_separation.png
doc/source/Resources/emit_hfss.png
doc/source/Resources/emit_protection_levels.png
doc/source/Resources/emit_simple_cosite.png
doc/source/Resources/farfield.png
doc/source/Resources/field_plot.png
doc/source/Resources/hfss3dlayout_project_example.json
doc/source/Resources/hfss_report_example.json
doc/source/Resources/icepak_global_mesh_region_objects.png
doc/source/Resources/icepak_project_example.json
doc/source/Resources/material_example.json
doc/source/Resources/merge_utility.png
doc/source/Resources/my_custom_extension.png
doc/source/Resources/my_custom_extension_1.png
doc/source/Resources/primitive_example.json
doc/source/Resources/pyansys-logo-black-cropped.png
doc/source/Resources/spectrum_plot.png
doc/source/Resources/toolkit_manager_1.png
doc/source/Resources/toolkit_manager_2.png
doc/source/Resources/toolkit_manager_3.png
doc/source/Resources/toolkits_ribbon.png
doc/source/Resources/variables_advanced.png
doc/source/Resources/version_manager_ui.png
doc/source/Resources/wgf.png
doc/source/Resources/wheelhouse_installation.png
doc/source/_static/CSV_Import.png
doc/source/_static/README.md
doc/source/_static/bdf.png
doc/source/_static/connector_example.png
doc/source/_static/diff_via.png
doc/source/_static/edb_example_12_sma_connector_on_board.png
doc/source/_static/farfield_visualization_aedt.png
doc/source/_static/farfield_visualization_pyaedt.png
doc/source/_static/ldf.png
doc/source/_static/logo.png
doc/source/_static/parametrized_design.png
doc/source/_static/rcs_visualization_pyaedt.png
doc/source/_static/virtual_compliance_class.png
doc/source/_static/virtual_compliance_configs.png
doc/source/_static/virtual_compliance_eye.png
doc/source/_static/virtual_compliance_scattering1.png
doc/source/_static/virtual_compliance_scattering2.png
doc/source/_static/virtual_compliance_usage.png
doc/source/_static/assets/download/README.md
doc/source/_static/extensions/advanced_fields_calc_1.png
doc/source/_static/extensions/arbitrary_waveport_ui.png
doc/source/_static/extensions/choke_designer_ui.png
doc/source/_static/extensions/circuit_config_ui.png
doc/source/_static/extensions/circuit_config_workflow.png
doc/source/_static/extensions/configure_edb_way_of_work.png
doc/source/_static/extensions/configure_layout_ui.png
doc/source/_static/extensions/converted_files.png
doc/source/_static/extensions/create_coil.png
doc/source/_static/extensions/cutout_ui.png
doc/source/_static/extensions/edb_config_setup.png
doc/source/_static/extensions/export_3d_ui.png
doc/source/_static/extensions/export_layout_ui.png
doc/source/_static/extensions/expressions_catalog.png
doc/source/_static/extensions/extension_template.png
doc/source/_static/extensions/fields_distribution.png
doc/source/_static/extensions/fields_distribution_browse.png
doc/source/_static/extensions/fields_distribution_pop_up.png
doc/source/_static/extensions/import_nastran_ui.png
doc/source/_static/extensions/import_schematic_ui.png
doc/source/_static/extensions/kernel_convert_ui.png
doc/source/_static/extensions/layout_design_toolkit.png
doc/source/_static/extensions/move_it_ui.png
doc/source/_static/extensions/parametrize.png
doc/source/_static/extensions/points_cloud_ui.png
doc/source/_static/extensions/power_map_ui.png
doc/source/_static/extensions/push_excitation.png
doc/source/_static/extensions/shielding_ui.png
doc/source/_static/extensions/tang_stress_tensor.png
doc/source/_static/extensions/version_manager.png
doc/source/_static/extensions/via_design.png
doc/source/_static/extensions/voltage_drop_line.png
doc/styles/config/vocabularies/ANSYS/accept.txt
doc/styles/config/vocabularies/ANSYS/reject.txt
src/ansys/aedt/core/__init__.py
src/ansys/aedt/core/aedt_logger.py
src/ansys/aedt/core/circuit.py
src/ansys/aedt/core/circuit_netlist.py
src/ansys/aedt/core/common_rpc.py
src/ansys/aedt/core/desktop.py
src/ansys/aedt/core/edb.py
src/ansys/aedt/core/emit.py
src/ansys/aedt/core/filtersolutions.py
src/ansys/aedt/core/hfss.py
src/ansys/aedt/core/hfss3dlayout.py
src/ansys/aedt/core/icepak.py
src/ansys/aedt/core/maxwell.py
src/ansys/aedt/core/maxwellcircuit.py
src/ansys/aedt/core/mechanical.py
src/ansys/aedt/core/mixins.py
src/ansys/aedt/core/q3d.py
src/ansys/aedt/core/rmxprt.py
src/ansys/aedt/core/twinbuilder.py
src/ansys/aedt/core/application/__init__.py
src/ansys/aedt/core/application/aedt_file_management.py
src/ansys/aedt/core/application/aedt_objects.py
src/ansys/aedt/core/application/aedt_units.py
src/ansys/aedt/core/application/analysis.py
src/ansys/aedt/core/application/analysis_3d.py
src/ansys/aedt/core/application/analysis_3d_layout.py
src/ansys/aedt/core/application/analysis_circuit_netlist.py
src/ansys/aedt/core/application/analysis_hf.py
src/ansys/aedt/core/application/analysis_icepak.py
src/ansys/aedt/core/application/analysis_maxwell_circuit.py
src/ansys/aedt/core/application/analysis_nexxim.py
src/ansys/aedt/core/application/analysis_r_m_xprt.py
src/ansys/aedt/core/application/analysis_twin_builder.py
src/ansys/aedt/core/application/design.py
src/ansys/aedt/core/application/design_solutions.py
src/ansys/aedt/core/application/job_manager.py
src/ansys/aedt/core/application/variables.py
src/ansys/aedt/core/emit_core/__init__.py
src/ansys/aedt/core/emit_core/couplings.py
src/ansys/aedt/core/emit_core/emit_constants.py
src/ansys/aedt/core/emit_core/results/__init__.py
src/ansys/aedt/core/emit_core/results/results.py
src/ansys/aedt/core/emit_core/results/revision.py
src/ansys/aedt/core/examples/__init__.py
src/ansys/aedt/core/examples/downloads.py
src/ansys/aedt/core/extensions/__init__.py
src/ansys/aedt/core/extensions/customize_automation_tab.py
src/ansys/aedt/core/extensions/misc.py
src/ansys/aedt/core/extensions/circuit/__init__.py
src/ansys/aedt/core/extensions/circuit/circuit_configuration.py
src/ansys/aedt/core/extensions/circuit/import_schematic.py
src/ansys/aedt/core/extensions/circuit/toolkits_catalog.toml
src/ansys/aedt/core/extensions/circuit/images/large/circuit_config.png
src/ansys/aedt/core/extensions/circuit/images/large/schematic.png
src/ansys/aedt/core/extensions/emit/__init__.py
src/ansys/aedt/core/extensions/hfss/__init__.py
src/ansys/aedt/core/extensions/hfss/choke_designer.py
src/ansys/aedt/core/extensions/hfss/move_it.py
src/ansys/aedt/core/extensions/hfss/push_excitation_from_file.py
src/ansys/aedt/core/extensions/hfss/shielding_effectiveness.py
src/ansys/aedt/core/extensions/hfss/toolkits_catalog.toml
src/ansys/aedt/core/extensions/hfss/images/large/choke.png
src/ansys/aedt/core/extensions/hfss/images/large/move_it.png
src/ansys/aedt/core/extensions/hfss/images/large/push.png
src/ansys/aedt/core/extensions/hfss/images/large/shielding.png
src/ansys/aedt/core/extensions/hfss3dlayout/__init__.py
src/ansys/aedt/core/extensions/hfss3dlayout/cutout.py
src/ansys/aedt/core/extensions/hfss3dlayout/export_layout.py
src/ansys/aedt/core/extensions/hfss3dlayout/export_to_3d.py
src/ansys/aedt/core/extensions/hfss3dlayout/generate_arbitrary_wave_ports.py
src/ansys/aedt/core/extensions/hfss3dlayout/parametrize_edb.py
src/ansys/aedt/core/extensions/hfss3dlayout/post_layout_design_toolkit.py
src/ansys/aedt/core/extensions/hfss3dlayout/push_excitation_from_file_3dl.py
src/ansys/aedt/core/extensions/hfss3dlayout/toolkits_catalog.toml
src/ansys/aedt/core/extensions/hfss3dlayout/via_clustering_extension.py
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/arbitrary_wave_port.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/cad3d.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/cutout.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/export.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/parametrize.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/post_layout_design_toolkit.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/push.png
src/ansys/aedt/core/extensions/hfss3dlayout/images/large/via_merging.png
src/ansys/aedt/core/extensions/icepak/__init__.py
src/ansys/aedt/core/extensions/icepak/power_map_from_csv.py
src/ansys/aedt/core/extensions/icepak/toolkits_catalog.toml
src/ansys/aedt/core/extensions/icepak/images/large/power_map.png
src/ansys/aedt/core/extensions/images/large/logo.png
src/ansys/aedt/core/extensions/images/large/pyansys.png
src/ansys/aedt/core/extensions/installer/__init__.py
src/ansys/aedt/core/extensions/installer/console_setup.py
src/ansys/aedt/core/extensions/installer/extension_manager.py
src/ansys/aedt/core/extensions/installer/extensions_catalog.toml
src/ansys/aedt/core/extensions/installer/jupyter_template.ipynb
src/ansys/aedt/core/extensions/installer/pyaedt_installer.py
src/ansys/aedt/core/extensions/installer/version_manager.py
src/ansys/aedt/core/extensions/installer/images/large/console.png
src/ansys/aedt/core/extensions/installer/images/large/extension_manager.png
src/ansys/aedt/core/extensions/installer/images/large/jupyter.png
src/ansys/aedt/core/extensions/installer/images/large/run_script.png
src/ansys/aedt/core/extensions/installer/images/large/version_manager.png
src/ansys/aedt/core/extensions/maxwell2d/__init__.py
src/ansys/aedt/core/extensions/maxwell2d/toolkits_catalog.toml
src/ansys/aedt/core/extensions/maxwell3d/__init__.py
src/ansys/aedt/core/extensions/maxwell3d/create_coil.py
src/ansys/aedt/core/extensions/maxwell3d/fields_distribution.py
src/ansys/aedt/core/extensions/maxwell3d/toolkits_catalog.toml
src/ansys/aedt/core/extensions/maxwell3d/images/large/coil.png
src/ansys/aedt/core/extensions/maxwell3d/images/large/fields_distribution.png
src/ansys/aedt/core/extensions/mechanical/__init__.py
src/ansys/aedt/core/extensions/project/__init__.py
src/ansys/aedt/core/extensions/project/advanced_fields_calculator.py
src/ansys/aedt/core/extensions/project/configure_edb.py
src/ansys/aedt/core/extensions/project/configure_layout.py
src/ansys/aedt/core/extensions/project/create_report.py
src/ansys/aedt/core/extensions/project/import_nastran.py
src/ansys/aedt/core/extensions/project/kernel_converter.py
src/ansys/aedt/core/extensions/project/points_cloud.py
src/ansys/aedt/core/extensions/project/toolkits_catalog.toml
src/ansys/aedt/core/extensions/project/via_design.py
src/ansys/aedt/core/extensions/project/images/large/aedb.png
src/ansys/aedt/core/extensions/project/images/large/cad3d.png
src/ansys/aedt/core/extensions/project/images/large/cloud.png
src/ansys/aedt/core/extensions/project/images/large/fields.png
src/ansys/aedt/core/extensions/project/images/large/pdf.png
src/ansys/aedt/core/extensions/project/images/large/version_manager.png
src/ansys/aedt/core/extensions/project/images/large/via_design_icon.png
src/ansys/aedt/core/extensions/project/resources/configure_layout/example_serdes.toml
src/ansys/aedt/core/extensions/project/resources/configure_layout/example_serdes_supplementary.json
src/ansys/aedt/core/extensions/project/resources/via_design/package_diff.toml
src/ansys/aedt/core/extensions/project/resources/via_design/pcb_diff.toml
src/ansys/aedt/core/extensions/project/resources/via_design/pcb_rf.toml
src/ansys/aedt/core/extensions/project/resources/via_design/via_design_pcb_diff.png
src/ansys/aedt/core/extensions/project/resources/via_design/via_design_pkg_diff.png
src/ansys/aedt/core/extensions/project/resources/via_design/via_design_rf.png
src/ansys/aedt/core/extensions/q2d/__init__.py
src/ansys/aedt/core/extensions/q3d/__init__.py
src/ansys/aedt/core/extensions/templates/__init__.py
src/ansys/aedt/core/extensions/templates/jupyter.py_build
src/ansys/aedt/core/extensions/templates/pyaedt_console.py_build
src/ansys/aedt/core/extensions/templates/pyaedt_utils.py
src/ansys/aedt/core/extensions/templates/run_extension_manager.py_build
src/ansys/aedt/core/extensions/templates/run_pyaedt_script.py_build
src/ansys/aedt/core/extensions/templates/run_pyaedt_toolkit_executable.py_build
src/ansys/aedt/core/extensions/templates/run_pyaedt_toolkit_script.py_build
src/ansys/aedt/core/extensions/templates/template_get_started.py
src/ansys/aedt/core/extensions/twinbuilder/__init__.py
src/ansys/aedt/core/extensions/twinbuilder/convert_to_circuit.py
src/ansys/aedt/core/extensions/twinbuilder/toolkits_catalog.toml
src/ansys/aedt/core/extensions/twinbuilder/images/large/export_to_circuit.png
src/ansys/aedt/core/filtersolutions_core/__init__.py
src/ansys/aedt/core/filtersolutions_core/attributes.py
src/ansys/aedt/core/filtersolutions_core/distributed_geometry.py
src/ansys/aedt/core/filtersolutions_core/distributed_parasitics.py
src/ansys/aedt/core/filtersolutions_core/distributed_radial.py
src/ansys/aedt/core/filtersolutions_core/distributed_substrate.py
src/ansys/aedt/core/filtersolutions_core/distributed_topology.py
src/ansys/aedt/core/filtersolutions_core/dll_interface.py
src/ansys/aedt/core/filtersolutions_core/export_to_aedt.py
src/ansys/aedt/core/filtersolutions_core/graph_setup.py
src/ansys/aedt/core/filtersolutions_core/ideal_response.py
src/ansys/aedt/core/filtersolutions_core/lumped_nodes_and_leads.py
src/ansys/aedt/core/filtersolutions_core/lumped_parasitics.py
src/ansys/aedt/core/filtersolutions_core/lumped_termination_impedance_table.py
src/ansys/aedt/core/filtersolutions_core/lumped_topology.py
src/ansys/aedt/core/filtersolutions_core/multiple_bands_table.py
src/ansys/aedt/core/filtersolutions_core/optimization_goals_table.py
src/ansys/aedt/core/filtersolutions_core/transmission_zeros.py
src/ansys/aedt/core/generic/__init__.py
src/ansys/aedt/core/generic/configurations.py
src/ansys/aedt/core/generic/constants.py
src/ansys/aedt/core/generic/data_handlers.py
src/ansys/aedt/core/generic/design_types.py
src/ansys/aedt/core/generic/file_utils.py
src/ansys/aedt/core/generic/general_methods.py
src/ansys/aedt/core/generic/ibis_reader.py
src/ansys/aedt/core/generic/math_utils.py
src/ansys/aedt/core/generic/numbers.py
src/ansys/aedt/core/generic/python_optimizers.py
src/ansys/aedt/core/generic/quaternion.py
src/ansys/aedt/core/generic/settings.py
src/ansys/aedt/core/internal/aedt_versions.py
src/ansys/aedt/core/internal/checks.py
src/ansys/aedt/core/internal/clr_module.py
src/ansys/aedt/core/internal/desktop_sessions.py
src/ansys/aedt/core/internal/errors.py
src/ansys/aedt/core/internal/filesystem.py
src/ansys/aedt/core/internal/grpc_plugin_dll_class.py
src/ansys/aedt/core/internal/load_aedt_file.py
src/ansys/aedt/core/misc/Ansys.png
src/ansys/aedt/core/misc/AnsysTemplate.json
src/ansys/aedt/core/misc/Job_Settings.areg
src/ansys/aedt/core/misc/__init__.py
src/ansys/aedt/core/misc/amat.xml
src/ansys/aedt/core/misc/ami.json
src/ansys/aedt/core/misc/ansys_cloud.areg
src/ansys/aedt/core/misc/asc_circuit_mapping.json
src/ansys/aedt/core/misc/config.schema.json
src/ansys/aedt/core/misc/create_remote_dir.py
src/ansys/aedt/core/misc/ibis_v7.json
src/ansys/aedt/core/misc/ml_data_file_train_100MHz_1GHz.json
src/ansys/aedt/core/misc/ml_data_file_train_1GHz_10GHz.json
src/ansys/aedt/core/misc/pyaedt.runtimeconfig.json
src/ansys/aedt/core/misc/pyaedt_local_config.acf
src/ansys/aedt/core/misc/pyansys-logo-black-cropped.png
src/ansys/aedt/core/misc/tb_nexxim_mapping.toml
src/ansys/aedt/core/misc/template.acf
src/ansys/aedt/core/modeler/__init__.py
src/ansys/aedt/core/modeler/calculators.py
src/ansys/aedt/core/modeler/geometry_operators.py
src/ansys/aedt/core/modeler/modeler_2d.py
src/ansys/aedt/core/modeler/modeler_3d.py
src/ansys/aedt/core/modeler/modeler_pcb.py
src/ansys/aedt/core/modeler/schematic.py
src/ansys/aedt/core/modeler/advanced_cad/__init__.py
src/ansys/aedt/core/modeler/advanced_cad/actors.py
src/ansys/aedt/core/modeler/advanced_cad/coil.py
src/ansys/aedt/core/modeler/advanced_cad/multiparts.py
src/ansys/aedt/core/modeler/advanced_cad/oms.py
src/ansys/aedt/core/modeler/advanced_cad/parts.py
src/ansys/aedt/core/modeler/advanced_cad/stackup_3d.py
src/ansys/aedt/core/modeler/cad/__init__.py
src/ansys/aedt/core/modeler/cad/component_array.py
src/ansys/aedt/core/modeler/cad/components_3d.py
src/ansys/aedt/core/modeler/cad/elements_3d.py
src/ansys/aedt/core/modeler/cad/modeler.py
src/ansys/aedt/core/modeler/cad/object_3d.py
src/ansys/aedt/core/modeler/cad/polylines.py
src/ansys/aedt/core/modeler/cad/primitives.py
src/ansys/aedt/core/modeler/cad/primitives_2d.py
src/ansys/aedt/core/modeler/cad/primitives_3d.py
src/ansys/aedt/core/modeler/circuits/__init__.py
src/ansys/aedt/core/modeler/circuits/object_3d_circuit.py
src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
src/ansys/aedt/core/modeler/circuits/primitives_emit.py
src/ansys/aedt/core/modeler/circuits/primitives_maxwell_circuit.py
src/ansys/aedt/core/modeler/circuits/primitives_nexxim.py
src/ansys/aedt/core/modeler/circuits/primitives_twin_builder.py
src/ansys/aedt/core/modeler/pcb/__init__.py
src/ansys/aedt/core/modeler/pcb/object_3d_layout.py
src/ansys/aedt/core/modeler/pcb/primitives_3d_layout.py
src/ansys/aedt/core/modules/__init__.py
src/ansys/aedt/core/modules/cable_modeling.py
src/ansys/aedt/core/modules/circuit_templates.py
src/ansys/aedt/core/modules/design_xploration.py
src/ansys/aedt/core/modules/layer_stackup.py
src/ansys/aedt/core/modules/material.py
src/ansys/aedt/core/modules/material_lib.py
src/ansys/aedt/core/modules/material_workbench.py
src/ansys/aedt/core/modules/mesh.py
src/ansys/aedt/core/modules/mesh_3d_layout.py
src/ansys/aedt/core/modules/mesh_icepak.py
src/ansys/aedt/core/modules/optimetrics_templates.py
src/ansys/aedt/core/modules/setup_templates.py
src/ansys/aedt/core/modules/solve_setup.py
src/ansys/aedt/core/modules/solve_sweeps.py
src/ansys/aedt/core/modules/boundary/__init__.py
src/ansys/aedt/core/modules/boundary/circuit_boundary.py
src/ansys/aedt/core/modules/boundary/common.py
src/ansys/aedt/core/modules/boundary/hfss_boundary.py
src/ansys/aedt/core/modules/boundary/icepak_boundary.py
src/ansys/aedt/core/modules/boundary/layout_boundary.py
src/ansys/aedt/core/modules/boundary/maxwell_boundary.py
src/ansys/aedt/core/modules/boundary/q3d_boundary.py
src/ansys/aedt/core/rpc/__init__.py
src/ansys/aedt/core/rpc/local_server.py
src/ansys/aedt/core/rpc/rpyc_services.py
src/ansys/aedt/core/visualization/__init__.py
src/ansys/aedt/core/visualization/advanced/__init__.py
src/ansys/aedt/core/visualization/advanced/doa.py
src/ansys/aedt/core/visualization/advanced/farfield_visualization.py
src/ansys/aedt/core/visualization/advanced/frtm_visualization.py
src/ansys/aedt/core/visualization/advanced/hdm_plot.py
src/ansys/aedt/core/visualization/advanced/misc.py
src/ansys/aedt/core/visualization/advanced/rcs_visualization.py
src/ansys/aedt/core/visualization/advanced/touchstone_parser.py
src/ansys/aedt/core/visualization/advanced/sbrplus/__init__.py
src/ansys/aedt/core/visualization/advanced/sbrplus/hdm_parser.py
src/ansys/aedt/core/visualization/advanced/sbrplus/hdm_utils.py
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/HdmObject.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/README.md
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/SbrBounceType.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/StopWatch.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/add_3dlight.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/amp2db.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/draw_rays1.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/draw_wfobj.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/filter_rays1.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/filtered_tracks.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/ld_sbrplushdm.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/ld_wfobj.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/pwr2db.m
src/ansys/aedt/core/visualization/advanced/sbrplus/matlab/validate_sfields.m
src/ansys/aedt/core/visualization/plot/__init__.py
src/ansys/aedt/core/visualization/plot/matplotlib.py
src/ansys/aedt/core/visualization/plot/pdf.py
src/ansys/aedt/core/visualization/plot/pyvista.py
src/ansys/aedt/core/visualization/post/__init__.py
src/ansys/aedt/core/visualization/post/common.py
src/ansys/aedt/core/visualization/post/compliance.py
src/ansys/aedt/core/visualization/post/farfield_exporter.py
src/ansys/aedt/core/visualization/post/field_data.py
src/ansys/aedt/core/visualization/post/field_summary.py
src/ansys/aedt/core/visualization/post/fields_calculator.py
src/ansys/aedt/core/visualization/post/monitor_icepak.py
src/ansys/aedt/core/visualization/post/post_3dlayout.py
src/ansys/aedt/core/visualization/post/post_circuit.py
src/ansys/aedt/core/visualization/post/post_common_3d.py
src/ansys/aedt/core/visualization/post/post_hfss.py
src/ansys/aedt/core/visualization/post/post_icepak.py
src/ansys/aedt/core/visualization/post/post_maxwell.py
src/ansys/aedt/core/visualization/post/rcs_exporter.py
src/ansys/aedt/core/visualization/post/solution_data.py
src/ansys/aedt/core/visualization/post/spisim.py
src/ansys/aedt/core/visualization/post/vrt_data.py
src/ansys/aedt/core/visualization/post/fields_calculator_files/expression_catalog.toml
src/ansys/aedt/core/visualization/post/fields_calculator_files/fields_calculator.schema.json
src/ansys/aedt/core/visualization/post/spisim_com_configuration_files/__init__.py
src/ansys/aedt/core/visualization/post/spisim_com_configuration_files/com_120d_8.json
src/ansys/aedt/core/visualization/post/spisim_com_configuration_files/com_93_8.json
src/ansys/aedt/core/visualization/post/spisim_com_configuration_files/com_94_17.json
src/ansys/aedt/core/visualization/post/spisim_com_configuration_files/com_parameters.py
src/ansys/aedt/core/visualization/post/spisim_com_configuration_files/com_settings_mapping.py
src/ansys/aedt/core/visualization/report/__init__.py
src/ansys/aedt/core/visualization/report/common.py
src/ansys/aedt/core/visualization/report/constants.py
src/ansys/aedt/core/visualization/report/emi.py
src/ansys/aedt/core/visualization/report/eye.py
src/ansys/aedt/core/visualization/report/field.py
src/ansys/aedt/core/visualization/report/standard.py
src/pyaedt/__init__.py
src/pyaedt/aedt_logger.py
src/pyaedt/circuit.py
src/pyaedt/common_rpc.py
src/pyaedt/desktop.py
src/pyaedt/downloads.py
src/pyaedt/edb.py
src/pyaedt/emit.py
src/pyaedt/filtersolutions.py
src/pyaedt/hfss.py
src/pyaedt/hfss3dlayout.py
src/pyaedt/icepak.py
src/pyaedt/maxwell.py
src/pyaedt/maxwellcircuit.py
src/pyaedt/mechanical.py
src/pyaedt/q3d.py
src/pyaedt/rmxprt.py
src/pyaedt/twinbuilder.py
src/pyaedt.egg-info/PKG-INFO
src/pyaedt.egg-info/SOURCES.txt
src/pyaedt.egg-info/dependency_links.txt
src/pyaedt.egg-info/requires.txt
src/pyaedt.egg-info/top_level.txt
src/pyaedt/application/AEDT_File_Management.py
src/pyaedt/application/Analysis.py
src/pyaedt/application/Analysis3D.py
src/pyaedt/application/Analysis3DLayout.py
src/pyaedt/application/AnalysisMaxwellCircuit.py
src/pyaedt/application/AnalysisNexxim.py
src/pyaedt/application/AnalysisRMxprt.py
src/pyaedt/application/AnalysisTwinBuilder.py
src/pyaedt/application/Design.py
src/pyaedt/application/JobManager.py
src/pyaedt/application/Variables.py
src/pyaedt/application/__init__.py
src/pyaedt/application/aedt_objects.py
src/pyaedt/application/analysis_hf.py
src/pyaedt/application/design_solutions.py
src/pyaedt/emit_core/Couplings.py
src/pyaedt/emit_core/__init__.py
src/pyaedt/emit_core/emit_constants.py
src/pyaedt/emit_core/results/__init__.py
src/pyaedt/emit_core/results/results.py
src/pyaedt/emit_core/results/revision.py
src/pyaedt/filtersolutions_core/__init__.py
src/pyaedt/filtersolutions_core/attributes.py
src/pyaedt/filtersolutions_core/dll_interface.py
src/pyaedt/filtersolutions_core/graph_setup.py
src/pyaedt/filtersolutions_core/ideal_response.py
src/pyaedt/filtersolutions_core/lumped_nodes_and_leads.py
src/pyaedt/filtersolutions_core/lumped_parasitics.py
src/pyaedt/filtersolutions_core/lumped_termination_impedance.py
src/pyaedt/filtersolutions_core/lumped_topology.py
src/pyaedt/filtersolutions_core/multiple_bands_table.py
src/pyaedt/filtersolutions_core/transmission_zeros.py
src/pyaedt/generic/Ansys.png
src/pyaedt/generic/AnsysTemplate.json
src/pyaedt/generic/DataHandlers.py
src/pyaedt/generic/LoadAEDTFile.py
src/pyaedt/generic/__init__.py
src/pyaedt/generic/aedt_versions.py
src/pyaedt/generic/ami.json
src/pyaedt/generic/clr_module.py
src/pyaedt/generic/com_parameters.py
src/pyaedt/generic/compliance.py
src/pyaedt/generic/configurations.py
src/pyaedt/generic/constants.py
src/pyaedt/generic/design_types.py
src/pyaedt/generic/desktop_sessions.py
src/pyaedt/generic/farfield_visualization.py
src/pyaedt/generic/filesystem.py
src/pyaedt/generic/general_methods.py
src/pyaedt/generic/grpc_plugin_dll_class.py
src/pyaedt/generic/ibis_reader.py
src/pyaedt/generic/ibis_v7.json
src/pyaedt/generic/near_field_import.py
src/pyaedt/generic/pdf.py
src/pyaedt/generic/python_optimizers.py
src/pyaedt/generic/report_file_parser.py
src/pyaedt/generic/settings.py
src/pyaedt/generic/spisim.py
src/pyaedt/generic/touchstone_parser.py
src/pyaedt/misc/Job_Settings.areg
src/pyaedt/misc/__init__.py
src/pyaedt/misc/amat.xml
src/pyaedt/misc/ansys_cloud.areg
src/pyaedt/misc/config.schema.json
src/pyaedt/misc/create_remote_dir.py
src/pyaedt/misc/expression_catalog.toml
src/pyaedt/misc/fields_calculator.schema.json
src/pyaedt/misc/ml_data_file_train_100MHz_1GHz.json
src/pyaedt/misc/ml_data_file_train_1GHz_10GHz.json
src/pyaedt/misc/patch_svr_model_100MHz_1GHz.joblib
src/pyaedt/misc/patch_svr_model_1GHz_10GHz.joblib
src/pyaedt/misc/pyaedt.runtimeconfig.json
src/pyaedt/misc/pyaedt_local_config.acf
src/pyaedt/misc/pyansys-logo-black-cropped.png
src/pyaedt/misc/tb_nexxim_mapping.toml
src/pyaedt/misc/template.acf
src/pyaedt/modeler/__init__.py
src/pyaedt/modeler/calculators.py
src/pyaedt/modeler/geometry_operators.py
src/pyaedt/modeler/modeler2d.py
src/pyaedt/modeler/modeler3d.py
src/pyaedt/modeler/modelerpcb.py
src/pyaedt/modeler/schematic.py
src/pyaedt/modeler/advanced_cad/__init__.py
src/pyaedt/modeler/advanced_cad/actors.py
src/pyaedt/modeler/advanced_cad/multiparts.py
src/pyaedt/modeler/advanced_cad/oms.py
src/pyaedt/modeler/advanced_cad/parts.py
src/pyaedt/modeler/advanced_cad/stackup_3d.py
src/pyaedt/modeler/cad/Modeler.py
src/pyaedt/modeler/cad/Primitives.py
src/pyaedt/modeler/cad/Primitives2D.py
src/pyaedt/modeler/cad/Primitives3D.py
src/pyaedt/modeler/cad/__init__.py
src/pyaedt/modeler/cad/component_array.py
src/pyaedt/modeler/cad/components_3d.py
src/pyaedt/modeler/cad/elements3d.py
src/pyaedt/modeler/cad/object3d.py
src/pyaedt/modeler/cad/polylines.py
src/pyaedt/modeler/circuits/PrimitivesCircuit.py
src/pyaedt/modeler/circuits/PrimitivesEmit.py
src/pyaedt/modeler/circuits/PrimitivesMaxwellCircuit.py
src/pyaedt/modeler/circuits/PrimitivesNexxim.py
src/pyaedt/modeler/circuits/PrimitivesTwinBuilder.py
src/pyaedt/modeler/circuits/__init__.py
src/pyaedt/modeler/circuits/object3dcircuit.py
src/pyaedt/modeler/pcb/Primitives3DLayout.py
src/pyaedt/modeler/pcb/__init__.py
src/pyaedt/modeler/pcb/object3dlayout.py
src/pyaedt/modules/Boundary.py
src/pyaedt/modules/CableModeling.py
src/pyaedt/modules/CircuitTemplates.py
src/pyaedt/modules/DesignXPloration.py
src/pyaedt/modules/LayerStackup.py
src/pyaedt/modules/Material.py
src/pyaedt/modules/MaterialLib.py
src/pyaedt/modules/Mesh.py
src/pyaedt/modules/Mesh3DLayout.py
src/pyaedt/modules/MeshIcepak.py
src/pyaedt/modules/OptimetricsTemplates.py
src/pyaedt/modules/SetupTemplates.py
src/pyaedt/modules/SolveSetup.py
src/pyaedt/modules/SolveSweeps.py
src/pyaedt/modules/__init__.py
src/pyaedt/modules/fields_calculator.py
src/pyaedt/modules/material_workbench.py
src/pyaedt/rpc/__init__.py
src/pyaedt/rpc/local_server.py
src/pyaedt/rpc/rpyc_services.py
src/pyaedt/sbrplus/__init__.py
src/pyaedt/sbrplus/hdm_parser.py
src/pyaedt/sbrplus/hdm_utils.py
src/pyaedt/sbrplus/plot.py
src/pyaedt/sbrplus/matlab/HdmObject.m
src/pyaedt/sbrplus/matlab/README.md
src/pyaedt/sbrplus/matlab/SbrBounceType.m
src/pyaedt/sbrplus/matlab/StopWatch.m
src/pyaedt/sbrplus/matlab/add_3dlight.m
src/pyaedt/sbrplus/matlab/amp2db.m
src/pyaedt/sbrplus/matlab/draw_rays1.m
src/pyaedt/sbrplus/matlab/draw_wfobj.m
src/pyaedt/sbrplus/matlab/filter_rays1.m
src/pyaedt/sbrplus/matlab/filtered_tracks.m
src/pyaedt/sbrplus/matlab/ld_sbrplushdm.m
src/pyaedt/sbrplus/matlab/ld_wfobj.m
src/pyaedt/sbrplus/matlab/pwr2db.m
src/pyaedt/sbrplus/matlab/validate_sfields.m
src/pyaedt/visualization/__init__.py
src/pyaedt/visualization/advanced/__init__.py
src/pyaedt/visualization/advanced/farfield_visualization.py
src/pyaedt/visualization/advanced/hdm_plot.py
src/pyaedt/visualization/advanced/misc.py
src/pyaedt/visualization/advanced/touchstone_parser.py
src/pyaedt/visualization/advanced/sprplus/__init__.py
src/pyaedt/visualization/advanced/sprplus/hdm_parser.py
src/pyaedt/visualization/advanced/sprplus/hdm_utils.py
src/pyaedt/visualization/plot/__init__.py
src/pyaedt/visualization/plot/matplotlib.py
src/pyaedt/visualization/plot/pdf.py
src/pyaedt/visualization/plot/pyvista.py
src/pyaedt/visualization/post/__init__.py
src/pyaedt/visualization/post/common.py
src/pyaedt/visualization/post/compliance.py
src/pyaedt/visualization/post/farfield_exporter.py
src/pyaedt/visualization/post/field_data.py
src/pyaedt/visualization/post/field_summary.py
src/pyaedt/visualization/post/fields_calculator.py
src/pyaedt/visualization/post/monitor_icepak.py
src/pyaedt/visualization/post/post_circuit.py
src/pyaedt/visualization/post/post_common_3d.py
src/pyaedt/visualization/post/post_icepak.py
src/pyaedt/visualization/post/solution_data.py
src/pyaedt/visualization/post/spisim.py
src/pyaedt/visualization/post/vrt_data.py
src/pyaedt/visualization/post/spisim_com_configuration_files/__init__.py
src/pyaedt/visualization/post/spisim_com_configuration_files/com_120d_8.json
src/pyaedt/visualization/post/spisim_com_configuration_files/com_93_8.json
src/pyaedt/visualization/post/spisim_com_configuration_files/com_94_17.json
src/pyaedt/visualization/post/spisim_com_configuration_files/com_parameters.py
src/pyaedt/visualization/post/spisim_com_configuration_files/com_settings_mapping.py
src/pyaedt/visualization/report/__init__.py
src/pyaedt/visualization/report/common.py
src/pyaedt/visualization/report/constants.py
src/pyaedt/visualization/report/emi.py
src/pyaedt/visualization/report/eye.py
src/pyaedt/visualization/report/field.py
src/pyaedt/visualization/report/standard.py
src/pyaedt/workflows/__init__.py
src/pyaedt/workflows/customize_automation_tab.py
src/pyaedt/workflows/misc.py
src/pyaedt/workflows/circuit/__init__.py
src/pyaedt/workflows/emit/__init__.py
src/pyaedt/workflows/hfss/__init__.py
src/pyaedt/workflows/hfss/push_excitation_from_file.py
src/pyaedt/workflows/hfss/toolkits_catalog.toml
src/pyaedt/workflows/hfss/images/large/antenna.png
src/pyaedt/workflows/hfss/images/large/push.png
src/pyaedt/workflows/hfss3dlayout/__init__.py
src/pyaedt/workflows/hfss3dlayout/cutout.py
src/pyaedt/workflows/hfss3dlayout/export_layout.py
src/pyaedt/workflows/hfss3dlayout/export_to_3d.py
src/pyaedt/workflows/hfss3dlayout/parametrize_edb.py
src/pyaedt/workflows/hfss3dlayout/push_excitation_from_file_3dl.py
src/pyaedt/workflows/hfss3dlayout/toolkits_catalog.toml
src/pyaedt/workflows/hfss3dlayout/images/large/cad3d.png
src/pyaedt/workflows/hfss3dlayout/images/large/cutout.png
src/pyaedt/workflows/hfss3dlayout/images/large/export.png
src/pyaedt/workflows/hfss3dlayout/images/large/parametrize.png
src/pyaedt/workflows/icepak/__init__.py
src/pyaedt/workflows/icepak/power_map_from_csv.py
src/pyaedt/workflows/icepak/toolkits_catalog.toml
src/pyaedt/workflows/icepak/images/large/power_map.png
src/pyaedt/workflows/images/large/logo.png
src/pyaedt/workflows/images/large/pyansys.png
src/pyaedt/workflows/installer/__init__.py
src/pyaedt/workflows/installer/console_setup.py
src/pyaedt/workflows/installer/extension_manager.py
src/pyaedt/workflows/installer/extensions_catalog.toml
src/pyaedt/workflows/installer/jupyter_template.ipynb
src/pyaedt/workflows/installer/pyaedt_installer.py
src/pyaedt/workflows/installer/images/large/console.png
src/pyaedt/workflows/installer/images/large/extension_manager.png
src/pyaedt/workflows/installer/images/large/jupyter.png
src/pyaedt/workflows/installer/images/large/run_script.png
src/pyaedt/workflows/maxwell2d/__init__.py
src/pyaedt/workflows/maxwell3d/__init__.py
src/pyaedt/workflows/maxwell3d/toolkits_catalog.toml
src/pyaedt/workflows/maxwell3d/images/large/magnet_segmentation.png
src/pyaedt/workflows/mechanical/__init__.py
src/pyaedt/workflows/project/__init__.py
src/pyaedt/workflows/project/advanced_fields_calculator.py
src/pyaedt/workflows/project/configure_edb.py
src/pyaedt/workflows/project/create_report.py
src/pyaedt/workflows/project/import_nastran.py
src/pyaedt/workflows/project/kernel_converter.py
src/pyaedt/workflows/project/toolkits_catalog.toml
src/pyaedt/workflows/project/images/large/aedb.png
src/pyaedt/workflows/project/images/large/cad3d.png
src/pyaedt/workflows/project/images/large/fields.png
src/pyaedt/workflows/project/images/large/pdf.png
src/pyaedt/workflows/q2d/__init__.py
src/pyaedt/workflows/q3d/__init__.py
src/pyaedt/workflows/templates/__init__.py
src/pyaedt/workflows/templates/jupyter.py_build
src/pyaedt/workflows/templates/pyaedt_console.py_build
src/pyaedt/workflows/templates/pyaedt_utils.py
src/pyaedt/workflows/templates/run_extension_manager.py_build
src/pyaedt/workflows/templates/run_pyaedt_script.py_build
src/pyaedt/workflows/templates/run_pyaedt_toolkit_script.py_build
src/pyaedt/workflows/templates/run_pyedb_toolkit_script.py_build
src/pyaedt/workflows/templates/template_get_started.py
src/pyaedt/workflows/twinbuilder/__init__.py
src/pyaedt/workflows/twinbuilder/convert_to_circuit.py
src/pyaedt/workflows/twinbuilder/toolkits_catalog.toml
src/pyaedt/workflows/twinbuilder/images/large/export_to_circuit.png
tests/system/extensions/example_models/T45/circuit_config.json
tests/system/extensions/example_models/T45/components.json
tests/system/extensions/example_models/T45/expression_catalog_custom.toml
tests/system/extensions/example_models/T45/ports.json
tests/system/extensions/example_models/T45/stackup.json
tests/system/general/example_models/T01/Test.acf
tests/system/general/example_models/T03/EngineeringData1.xml
tests/system/general/example_models/T03/EngineeringData2.xml
tests/system/general/example_models/T03/EngineeringData3.xml
tests/system/general/example_models/T03/mats.json
tests/system/general/example_models/T08/primitives_file.json
tests/system/general/example_models/T20/array_simple.json
tests/system/general/example_models/T20/array_simple_232.json
tests/system/general/example_models/T21/differential_pairs_definition.txt
tests/system/general/example_models/T41/differential_pairs_definition.txt
tests/system/general/example_models/T42/hfss3dl_setup.json
tests/system/general/example_models/T43/cable_modeling_json_files/import_pwl.txt
tests/system/general/example_models/T43/cable_modeling_json_files/set_cable_properties.json
tests/system/general/example_models/T98/Advanced3DComp.a3dcomp.json
tests/system/general/example_models/TEDB/ansys_pcb_stackup.xml
tests/system/general/example_models/TEDB/stackup.json
tests/system/general/example_models/TEDB/stackup_laminate.xml
tests/system/general/example_models/TEDB/test_mat.json
tests/system/general/example_models/TEDB/test_mat2.json
tests/system/general/example_models/TEDB/ANSYS-HSD_V1.aedb/simsetup.json
tests/system/general/example_models/TEDB/ANSYS-HSD_V1.aedb/simsetup_custom_sballs.json
tests/system/general/example_models/cad/DXF/dxf1.xml
tests/system/general/example_models/cad/GDS/sky130_fictitious_dtc_example_caps.xml
tests/system/general/example_models/cad/GDS/sky130_fictitious_dtc_example_components.xml
tests/system/general/example_models/cad/GDS/sky130_fictitious_dtc_example_control.xml
tests/system/general/example_models/cad/GDS/sky130_fictitious_dtc_example_control_no_map.xml
tests/system/general/example_models/cad/Gerber/gerber1.xml
tests/system/general/example_models/cad/ipc/layout.xml
tests/system/general/example_models/choke_json_file/choke_1winding_1Layer.json
tests/system/general/example_models/choke_json_file/choke_1winding_1Layer_Corrected.json
tests/system/general/example_models/choke_json_file/choke_1winding_3Layer_Linked.json
tests/system/general/example_models/choke_json_file/choke_1winding_3Layer_Linked_Corrected.json
tests/system/general/example_models/choke_json_file/choke_2winding_1Layer_Common.json
tests/system/general/example_models/choke_json_file/choke_2winding_1Layer_Common_Corrected.json
tests/system/general/example_models/choke_json_file/choke_2winding_2Layer_Common.json
tests/system/general/example_models/choke_json_file/choke_2winding_2Layer_Common_Corrected.json
tests/system/general/example_models/choke_json_file/choke_2winding_2Layer_Linked_Differential.json
tests/system/general/example_models/choke_json_file/choke_2winding_2Layer_Linked_Differential_Corrected.json
tests/system/general/example_models/choke_json_file/choke_3winding_3Layer_Separate.json
tests/system/general/example_models/choke_json_file/choke_3winding_3Layer_Separate_Corrected.json
tests/system/general/example_models/choke_json_file/choke_4winding_3Layer_Linked.json
tests/system/general/example_models/choke_json_file/choke_4winding_3Layer_Linked_Corrected.json
tests/system/general/example_models/library/actor_library/bike1/bike1.json
tests/system/general/example_models/library/actor_library/bike1_231/bike1_231.json
tests/system/general/example_models/library/actor_library/bird1/bird1.json
tests/system/general/example_models/library/actor_library/bird1_231/bird1_231.json
tests/system/general/example_models/library/actor_library/person3/person3.json
tests/system/general/example_models/library/actor_library/person3_231/person3_231.json
tests/system/general/example_models/library/actor_library/vehicle1/vehicle1.json
tests/system/general/example_models/library/actor_library/vehicle1_231/vehicle1_231.json
tests/system/general/example_models/library/environment_library/tunnel1/tunnel1.json
tests/system/general/example_models/library/environment_library/tunnel1_231/tunnel1_231.json
tests/system/general/example_models/library/radar_modules/Example_1Tx_1Rx.json
tests/system/general/example_models/library/radar_modules/Example_1Tx_4Rx.json
tests/system/solvers/example_models/T00/array_simple.json
tests/system/solvers/example_models/T00/array_simple_232.json
tests/system/solvers/example_models/T00/ANSYS-HSD_V1.aedb/1_comp_definition.json
tests/system/solvers/example_models/T01/compliance/ContourEyeDiagram_Custom.json
tests/system/solvers/example_models/T01/compliance/EyeDiagram_Custom.json
tests/system/solvers/example_models/T01/compliance/Sparameter_Custom.json
tests/system/solvers/example_models/T01/compliance/Sparameter_Insertion_Custom.json
tests/system/solvers/example_models/T01/compliance/StatisticalEyeDiagram_Custom.json
tests/system/solvers/example_models/T01/compliance/general_compliance_template.json
tests/system/solvers/example_models/T01/compliance/skew.json
tests/system/visualization/example_models/T46/eep/eep.txt
tests/system/visualization/example_models/T46/metadata/hfss_metadata.xml
tests/system/visualization/example_models/T46/pyaedt_metadata/pyaedt_antenna_metadata.json
tests/system/visualization/example_models/report_json/EyeDiagram_Report.json
tests/system/visualization/example_models/report_json/EyeDiagram_Report.toml
tests/system/visualization/example_models/report_json/EyeDiagram_Report_simple.json
tests/system/visualization/example_models/report_json/Modal_Report.json
tests/system/visualization/example_models/report_json/Modal_Report_Simple.json
tests/system/visualization/example_models/report_json/Spectral_Report.json
tests/system/visualization/example_models/report_json/Spectral_Report_Simple.json