Sets horizontal and vertical positions of an element.
Syntax |
Description |
---|---|
setposition("element",x,y); |
Set an element vertical and horizontal positions. |
Example
To set the position of an element named "Waveguide Coupler_1" to x=1.0um and y=2um, use the following script
setposition("Waveguide Coupler_1",1e-6,2e-6);
Example
See Also