-
-
November 5, 2023 at 5:50 amyi wenSubscriber
 how to made 'enabled' change to right by lumerical script? the position is 'interface reference position 'in geometry of RCWA.
-
November 5, 2023 at 5:53 am
-
November 7, 2023 at 5:14 pmAmrita PatiAnsys 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.
Ansys Innovation Space
Trending discussions
Top Contributors
-
791
-
427
-
265
-
201
-
180
Top Rated Tags
© 2024 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.