Python equivalent of '--debug-PEC' #211
Answered
by
LubomirJagos42
ajmeratwal
asked this question in
Q&A Usage
-
|
Hello. Is there a way of invoking the "--debug-PEC" option through the Python interface ? I can see how it is done through Matlab, or the command-line, but not sure how to invoke the option via Python. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
LubomirJagos42
Jun 17, 2024
Replies: 1 comment
-
|
Hi, there is debug_pec parameter in openEMS.Run(...), here: FDTD.Run(Sim_Path, verbose=3, cleanup=True, setup_only=setup_only, debug_pec='''True/False''') |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ajmeratwal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, there is debug_pec parameter in openEMS.Run(...), here: