Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation Photonics Updating a Lumerical example Reply To: Updating a Lumerical example

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

[bingo_chatbox]