thliebig / openEMS

openEMS is a free and open-source electromagnetic field solver using the EC-FDTD method.
http://openEMS.de
GNU General Public License v3.0
427 stars 150 forks source link

Expose sinusoidal, dirac pulse and step pulse excitation to the Python API. #83

Closed MrHighVoltage closed 1 year ago

MrHighVoltage commented 2 years ago

For some experiments, I required the step excitation and i just exposed the additional functions to the python API. I did not look into the CustomExcite, probably requires some String casting between C++ and Python and I did not use it for now.