Adds an RCWA solver object to the simulation environment. The extent of the solver region determines the simulated volume/area for the RCWA solver.
Syntax |
Description |
---|---|
addrcwa; |
Adds an RCWA solver region to the simulation environment. This function does not return any data. |
Example
The following script command will add an RCWA solver region and set its dimension and size.
addrcwa;
set("simulation region", "2D Y-normal");
set("x",0);
set("x span", 1e-6);
set("z",0);
set("z span", 2e-6);
See Also