Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving to AEDT 25.1 #312

Open
SMoraisAnsys opened this issue Feb 28, 2025 · 1 comment
Open

Moving to AEDT 25.1 #312

SMoraisAnsys opened this issue Feb 28, 2025 · 1 comment

Comments

@SMoraisAnsys
Copy link
Collaborator

SMoraisAnsys commented Feb 28, 2025

Current examples are still using AEDT 24.2 and we should move to 25.1

Here is a list of the file that need to be migrated:

  • 00_edb/legacy_standalone/differential_vias.py
  • 00_edb/legacy_standalone/edb_to_ipc2581.py
  • 00_edb/legacy_standalone/GDS_workflow.py
  • 00_edb/legacy_standalone/Plot_nets.py
  • 00_edb/legacy_standalone/siwave_dcir.py
  • 00_edb/use_configuration/dcir.py
  • 00_edb/use_configuration/import_components.py
  • 00_edb/use_configuration/import_material.py
  • 00_edb/use_configuration/import_padstack_definitions.py
  • 00_edb/use_configuration/import_ports.py
  • 00_edb/use_configuration/import_setup_ac.py
  • 00_edb/use_configuration/import_sources.py
  • 00_edb/use_configuration/import_stackup.py
  • 00_edb/use_configuration/pcb_dc_ir.py
  • 00_edb/use_configuration/pdn_analysis.py
  • 00_edb/use_configuration/post_layout_parametrize.py
  • 00_edb/use_configuration/serdes.py
  • aedt_general/components/component_conversion.py
  • aedt_general/components/reuse_component.py
  • aedt_general/configuration_files.py
  • aedt_general/modeler/circuit_schematic.py
  • aedt_general/modeler/coordinate_system.py
  • aedt_general/modeler/netlist_to_schematic.py
  • aedt_general/modeler/polyline.py
  • aedt_general/optimetrics.py
  • aedt_general/report/automatic_report.py
  • aedt_general/report/touchstone_file.py
  • aedt_general/report/virtual_compliance.py
  • electrothermal/coaxial_hfss_icepak.py
  • electrothermal/components_csv.py
  • electrothermal/component_3d.py
  • electrothermal/ecad_import.py
  • electrothermal/electrothermal.py
  • electrothermal/graphic_card.py
  • electrothermal/icepak_circuit_hfss_coupling.py
  • electrothermal/sherlock.py
  • high_frequency/antenna/5G_antenna_parametrics.py
  • high_frequency/antenna/array.py
  • high_frequency/antenna/dipole.py
  • high_frequency/antenna/fss_unitcell.py
  • high_frequency/antenna/interferences/antenna.py
  • high_frequency/antenna/interferences/hfss_emit.py
  • high_frequency/antenna/interferences/interference.py
  • high_frequency/antenna/interferences/interference_type.py
  • high_frequency/antenna/interferences/protection.py
  • high_frequency/antenna/large_scenarios/city.py
  • high_frequency/antenna/large_scenarios/doppler.py
  • high_frequency/antenna/large_scenarios/reflector.py
  • high_frequency/antenna/large_scenarios/time_domain.py
  • high_frequency/antenna/patch.py
  • high_frequency/emc/armoured_cable.py
  • high_frequency/emc/busbar.py
  • high_frequency/emc/choke.py
  • high_frequency/emc/double_pulse_test.py
  • high_frequency/emc/eigenmode.py
  • high_frequency/emc/flex_cable.py
  • high_frequency/emc/subcircuit.py
  • high_frequency/layout/gui_manipulation.py
  • high_frequency/layout/power_integrity/ac_q3d.py
  • high_frequency/layout/power_integrity/dcir.py
  • high_frequency/layout/power_integrity/dcir_q3d.py
  • high_frequency/layout/power_integrity/power_integrity.py
  • high_frequency/layout/signal_integrity/ami.py
  • high_frequency/layout/signal_integrity/circuit_transient.py
  • high_frequency/layout/signal_integrity/com_analysis.py
  • high_frequency/layout/signal_integrity/multizone.py
  • high_frequency/layout/signal_integrity/pre_layout.py
  • high_frequency/layout/signal_integrity/pre_layout_parametrized.py
  • high_frequency/layout/signal_integrity/serdes_differential.py
  • high_frequency/multiphysics/hfss_mechanical.py
  • high_frequency/multiphysics/microwave_oven.py
  • high_frequency/multiphysics/mri.py
  • high_frequency/radiofrequency_mmwave/coplanar_waveguide.py
  • high_frequency/radiofrequency_mmwave/iris_filter.py
  • high_frequency/radiofrequency_mmwave/lumped_element.py
  • high_frequency/radiofrequency_mmwave/spiral.py
  • high_frequency/radiofrequency_mmwave/stripline.py
  • low_frequency/general/control_program.py
  • low_frequency/general/dc_analysis.py
  • low_frequency/general/eddy_current.py
  • low_frequency/general/electrostatic.py
  • low_frequency/general/external_circuit.py
  • low_frequency/general/field_export.py
  • low_frequency/general/resistance.py
  • low_frequency/general/twin_builder/dynamic_rom.py
  • low_frequency/general/twin_builder/lti_rom_sml.py
  • low_frequency/general/twin_builder/rc_circuit.py
  • low_frequency/general/twin_builder/rectifier.py
  • low_frequency/general/twin_builder/static_rom.py
  • low_frequency/magnetic/choke.py
  • low_frequency/magnetic/lorentz_actuator.py
  • low_frequency/magnetic/magneto_motive_line.py
  • low_frequency/magnetic/transient_winding.py
  • low_frequency/motor/aedt_motor/ipm_optimization.py
  • low_frequency/motor/aedt_motor/magnet_segmentation.py
  • low_frequency/motor/aedt_motor/pm_synchronous.py
  • low_frequency/motor/aedt_motor/rmxpert.py
  • low_frequency/motor/aedt_motor/transformer.py
  • low_frequency/motor/aedt_motor/transformer_inductance.py
  • low_frequency/multiphysics/maxwell_icepak.py
  • low_frequency/team_problem/asymmetric_conductor.py
  • low_frequency/team_problem/bath_plate.py
  • template.py

Anyone working on this should state the subset he wants to work on this issue and then update the covered files.

@jvela018
Copy link
Collaborator

jvela018 commented Mar 6, 2025

List of people working on subsets

  • low_frequency/: Jonathan Velasco (jvela018):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants