Hello,
I have an analysis group named “field” that gives as an output x, Ex, Ey, Ez, E2.
I can easily extract these parameters in a script using, for example,
getresult(“field”,“Ex”)
However, I neglected to include the magnetic field in the output of the analysis. The magnetic field is stored as rawdata within the DFTMonitor (also called “field”) inside the analysis group, but not given as an output of the analysis group. How can I extract the magnetic field (if at all)? I expect that it will be something like
getresult(“field.field”,“Hx”)
but I could not find the correct combination.
(I know that it is a simple matter to edit the analysis group and run the simulation again, but, I would rather not do this as it will take considerable time.)