Photonics

Photonics

Topics related to Lumerical and more

Integral Poyntine

    • miaomiao1489
      Subscriber

      If I want to pick a point in the x direction of the line monitor, and the Poynting vector changes with Angle, how does the script command work  ?

    • Guilin Sun
      Ansys Employee
      Frequency-domain monitors can output the Poynting vector, so what you need is to read it out as a dataset. You can try
      poyntine=getresult("monitor","P");
      px=poyntine.Px;
      x=poyntine.x;
      Please refer the dot operation here
      . (dataset dot) - Script operator



    • miaomiao1489
      Subscriber
      Thank you very much

Viewing 2 reply threads
  • You must be logged in to reply to this topic.