Replies: 1 comment 1 reply
-
Hi @labrosdar, Note that in the Magnetostatic solver you can ONLY retrieve the inductance matrix (L Matrix) and not the resistance. This is probably the culprit of the issue as you're using a method that is not meant to be used with the Magnetostatic solver. If we take a look at the method implementation you'll see that it's only applicable to the Eddy Current solver I couldn't find a method to retrieve the L Matrix. If you need the method to be implemented, please add it to the issues list as an enhancement request. /jvela018 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to export the inductance matrix of a magnetostatic simulation, as in manual mode when I would select right click on the matrix -> view solutions and then export as text?
I tried the export_rl_matrix, but I get the following message:
PyAEDT ERROR: RL Matrix can only be exported if solution type is Eddy Current.
Beta Was this translation helpful? Give feedback.
All reactions