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 How to extract values from Mode List data in Eigensolver Analysis Reply To: How to extract values from Mode List data in Eigensolver Analysis

Guilin Sun
Ansys Employee
May I know why did you write repeatedly ?
you can first check what quantities can be output:
?getdata("mode1");
?getresult("mode1");
then you can script to get them:
eg
E=getresult("mode1","E");
loss=getresult("mode1","loss");
please try.


[bingo_chatbox]