Sources and excitations#

These classes are the containers of sources methods of the EDB for both HFSS and Siwave.

from pyaedt import Edb
edb = Edb(myedb, edbversion="2023.1")

# this call returns the EDB excitations dictionary
edb.excitations
...