SetCustomExcite Error #363
Replies: 2 comments 4 replies
-
The most important details are missing, which openEMS version on which OS are you using? Octave or Python interface? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your fast response Here is snape of my python code “import os os.environ["OPENEMS_INSTALL_PATH"] = r"C:\Users\Qummar\openEMS" os.environ["PATH"] += os.pathsep + os.environ["OPENEMS_INSTALL_PATH"] WORK_DIR = os.path.join(os.getcwd(), "test_openEMS") os.makedirs(WORK_DIR, exist_ok=True) from openEMS import openEMS fdtd = openEMS.openEMS(NrTS=10000) f_bytes = f_str.encode("UTF-8") I Installed openEMS-0.0.36-cp310-cp310-win_amd64.whl file and python is 3.10.18 I am using “Sypder Python IDE” from Anaconda in window environment. After running this code I got the following error “AttributeError: 'openEMS.openEMS.openEMS' object has no attribute 'SetCustomExcite'” |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am using SetCustomExcite() function in python but I am getting error that object has no attribute 'SetCustomExcite'
I am following the documentation from
https://fasterems.github.io/openEMS-Project/concepts/signals.html
Thanks in advance for your guidance in this regard
Beta Was this translation helpful? Give feedback.
All reactions