Sources and excitations#
These classes are the containers of sources methods of the EDB for both HFSS and Siwave.
from pyedb import Edb
edb = Edb(myedb, edbversion="2024.2")
# this call returns the EDB excitations dictionary
edb.excitations
...
You are not viewing the most recent version of this documentation. The latest stable release is 0.38
These classes are the containers of sources methods of the EDB for both HFSS and Siwave.
from pyedb import Edb
edb = Edb(myedb, edbversion="2024.2")
# this call returns the EDB excitations dictionary
edb.excitations
...