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#
Run
connect_to_aedtorlaunch_aedtto connect to or launch AEDT.Create a design with
create_designandapp_type="Maxwell3d".Run
run_python_codeto build the motor geometry and assign materials.Run
run_python_codeto assign windings, excitations, and motion setup.Run
analyze_designto analyze your design.Run
run_python_codeto create a torque and speed report.
Icepak thermal analysis#
Run
connect_to_aedtorlaunch_aedtto connect to or launch AEDT.Create a design with
create_designandapp_type="Icepak".Run
run_python_codeto create the PCB, components, and heat sources.Run
run_python_codeto assign boundary conditions.Run
analyze_designto analyze your design.Run
run_python_codeto create a temperature contour plot.Run
export_resultsto export the simulation results.