Workflow examples#

Use these practical, end-to-end workflows to run common AEDT tasks with PyAEDT-MCP tools.

HFSS patch antenna#

See Run an HFSS patch antenna workflow for a complete step-by-step workflow that covers geometry creation, setup, solve, reporting, and screenshots.

Maxwell motor analysis#

  1. Run connect_to_aedt or launch_aedt to connect to or launch AEDT.

  2. Create a design with create_design and app_type="Maxwell3d".

  3. Run run_python_code to build the motor geometry and assign materials.

  4. Run run_python_code to assign windings, excitations, and motion setup.

  5. Run analyze_design to analyze your design.

  6. Run run_python_code to create a torque and speed report.

Icepak thermal analysis#

  1. Run connect_to_aedt or launch_aedt to connect to or launch AEDT.

  2. Create a design with create_design and app_type="Icepak".

  3. Run run_python_code to create the PCB, components, and heat sources.

  4. Run run_python_code to assign boundary conditions.

  5. Run analyze_design to analyze your design.

  6. Run run_python_code to create a temperature contour plot.

  7. Run export_results to export the simulation results.