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

Photonics

Topics related to Lumerical and more.

    • yi wen
      Subscriber

       how to made 'enabled' change to  right  by lumerical script?  the position is 'interface reference  position 'in geometry of RCWA.

    • yi wen
      Subscriber

    • Amrita Pati
      Ansys Employee

      Hi Yi,

      You can set the interface position using the set or setnamed script commands for the "interface reference positions" property. The argument is a cell array of cell arrays where there is an inner cell array for each enabled reference position. The cell array for the interface has three fields: name, type and interfaces. So an example cell array would be:
       
      {{"::model::rectangle", "max", 1},{"::model::rectangle", "min", 1}}
       
      An example script command to set this property would be:

      setnamed("RCWA", "interface reference positions", {{"::model::rectangle", "max", 1},{"::model::rectangle", "min", 1}});

      Regards,
      Amrita

Viewing 2 reply threads
  • The topic ‘RCWA’ is closed to new replies.
[bingo_chatbox]