pdaPosition3D

in 3D, but as chip design needs only x & y and less angles only the x is required. The x, y and z are in micron, while the angles angle, pitch and roll are in degrees.

Structure

This element does not have attributes. The elements are shown below, in a sorted per type fashion.
In case a list is printed after an element, it indicates that you can have many, otherwise it should be a single element. With a optional it tells the element is not required.

<pdaPosition3D> ...
  <
angle> ... </angle>    optional
  <pitch> ... </pitch>    optional
  <roll> ... </roll>    optional
  <x> ... </x>
  <y> ... </y>    optional
  <z> ... </z>    optional
</pdaPosition3D>

XSD

The schema file can be downloaded or viewed at xPDK_Base.

Details

angle

Type pdaAngle documentation:

pitch

Type pdaAngle documentation:

roll

Type pdaAngle documentation:

x

relative coordinates the value is 'moving forward'. Type pdaValueDouble documentation: degrees for angles. The expression is in the content.

y

relative coordinates the value is 'sideways shift'. Type pdaValueDouble documentation: degrees for angles. The expression is in the content.

z

value is normally not used in chip design. For relative coordinates the value is 'moving upwards'. Type pdaValueDouble documentation: degrees for angles. The expression is in the content.