Ansys Learning Forum › Forums › Discuss Simulation › Photonics › Updating a Lumerical example › Reply To: Updating a Lumerical example
December 18, 2024 at 5:36 pm
kghaffari
Ansys Employee
Hi Sara,
I think I had saved a draft but I'm not sure if I did send my response. In any case, sorry for the delay.
The third dimension corresponds to coordinates (x,y,z). The values here show where each data point (of E) is located at (at a given voltage). To extract the coordinates you can use few lines like:
electro = getresult(“CHARGE::monitor”,”electrostatics”);
x = electro.x;
It seems that the data matrix shown by clicking on visualization’s “View Data” doesn’t include coordinates or its dimension.
I hope this is helpful. Please let me know if you have any follow up comments or questions.
Best, Khash