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 – Chinese MODE中如何用脚本在指定波长下计算有效折射率 Reply To: MODE中如何用脚本在指定波长下计算有效折射率

sidi.lu
Subscriber

您好,参考以下写法;

addfde;

?set; #查看fde中可以设置的参量

set("wavelength",0.55e-6); #设置波长

findmodes; #等同 calculate mode 按钮

neff1 = getdata("mode1","neff"); #提取mode1 的有效折射率存入neff1

[bingo_chatbox]