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.

请问如何提取Mode List里面的某一项数值,作为扫参的结果

    • xiaosongshi
      Subscriber

      例如我想获取模式1的effective index 赋值给neff1 这里提醒出错了 该怎么去修改 希望老师解答一下

    • Guilin Sun
      Ansys Employee

      主要问题是,这个结果不叫effective index, 而是neff。你可以用下列方法查找结果变量:

      ?getdata("mode1");

      surface_normal dimension f neff ng loss TE polarization fraction waveguide TE/TM fraction mode effective area

      x y z Ex Ey Ez Hx Hy Hz

      Z0  

      或者getresult,得到一些 dataset:

       ?getresult("mode1");

      E

      H

      P

      farfield

      surface_normal

      dimension

      f

      neff

      ng

      loss

      TE polarization fraction

      waveguide TE/TM fraction

      mode effective area

      x

      y

      z

      Ex

      Ey

      Ez

      Hx

      Hy

      Hz

      Z0

      到底某个量是数据还是dataset, 你可以在工作空间看出来。其它仿真都可以用"?" and "getdata" or "getresult"加监视器名等得到。

Viewing 1 reply thread
  • The topic ‘请问如何提取Mode List里面的某一项数值,作为扫参的结果’ is closed to new replies.