Skip to content

📦 Installation Guide

1 Prerequisites

Required software

  • ANSYS Electronics Desktop 2024 R2 – to open .aedt projects
  • Python≥3.11 with pip (or uv) available
  • Windows 10/11 or a Linux workstation that can run HFSS in non‑graphical mode

2 Install quansys

pip install quansys          # standard pip

Prefer uv?

If you use uv for faster installs:

uv pip install quansys

3 Packages pulled in automatically

  • PyAEDT – Python bridge to HFSS
  • pycaddy – utilities for sweeping and safe data handling (See the Automation for how pycaddy is used.)

No manual installation is needed for these; pip install quansys brings them along.


Next stop: ⚡ Quick‑Start Example Files to grab your first design.