Replies: 2 comments 4 replies
-
|
I need to add something: @EngGhaith uses my RFIC workflow that creates materials and geometry objects, and then return FDTD and CSX only. The material instances created inside my Python library are not available (not exposed) in his top level code. So the question is: if we have FDTD and CSX instances, can we somehow get access to the materials defined there? In this specific case, he wants to add magnetic loss to a material that was defined before by my library code. |
Beta Was this translation helpful? Give feedback.
-
|
Have a look at the python API doc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!

Let us consider the case from MW tutorial:
For some purpose I want to grab this material and change its properties (actually adding magnetic loss to a material in a pre-defined stack), without adding any extra material.
How to do this?
Beta Was this translation helpful? Give feedback.
All reactions