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.
Photonics – Chinese

Photonics – Chinese

Topics related to Lumerical and more, in Chinese language.

关于模场积分问题

    • jiaqing.li
      Subscriber

      各位老师好,

      mode solution里varFDTD仿真如何把监视器里的模场提取出来做重叠积分?(模场可以是一维的分布或者expanded后的二维分布,主要为了说明传播前后模场的一致性)

       

      祝好

    • barry Qin
      Subscriber

      您好,监视器里的模场信息可以通过脚本代码提取,例如getresult就可以直接从监视器获取数据结果,如果不清楚getresult函数能够获取到什么,可以输入'?getresult("monitor name");'来查看。相关信息会出现在script prompt框内。

      使用指令获取数据结果以后,数据会以合适的形式存在script workspace内,可以查看

      想要将它导出为数据文件,用于其他软件调用,同样可以使用代码实现,例如”matlabsave("filename", var1, ..., varN);“就可以把指定的参数存进.mat文件内。

      希望以上回答对您有所帮助。

Viewing 1 reply thread
  • The topic ‘关于模场积分问题’ is closed to new replies.