We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Photonics – Chinese 如何在mode里查看相位 Reply To: 如何在mode里查看相位

Guilin Sun
Ansys Employee

mode求解器?是FDE吗?

FDE 给出的是模式的各个分量,通常情况下其位相都是零,因为还没有传播呢。如果你需要查看,需要用脚本提取指定模式的场分量:
 m1Ex=getdata("mode1","Ex");
?m1Ex(31,38,1);
result: 
1+0i  

你需要考虑看哪一点的位相?因为此时场是空间分布的。相关脚本参见

Ansys Insight: 几个简单实用的脚本Script命令:用于设置

Ansys Insight: 几个简单实用的脚本Script命令:用于结果分析

你需要琢磨此时位相的意义。S参数位相具有物理意义,模式的位相一般情况没有什么用途,而且多少情况是零。