User Tools

Site Tools


geda:file_format_spec

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
geda:file_format_spec [2014/04/25 07:42]
vzh Enumerate examples of picture code
geda:file_format_spec [2015/12/02 04:53]
vzh Fixed old symbol excerpt (thanks to Erich Heinzle)
Line 149: Line 149:
  
 A picture object with the lower left corner at (16900, 35800). The width of the image is 1400 mils, and its height is 2175 mils. The picture rotation is 0 degrees and the picture is not mirrored, neither embedded.\\ A picture object with the lower left corner at (16900, 35800). The width of the image is 1400 mils, and its height is 2175 mils. The picture rotation is 0 degrees and the picture is not mirrored, neither embedded.\\
-The picture path and filename is showed in the second line.\\+The picture path and filename is showed in the second line. 
 Example 2: Example 2:
 <​code>​G 16900 35800 1400 2175 0 0 1 <​code>​G 16900 35800 1400 2175 0 0 1
Line 584: Line 585:
 ===== Attributes ===== ===== Attributes =====
 Attributes are enclosed in braces {} and can only be text. Attributes are text items which take on the form name=value. If it doesn'​t have name=value, it's not an attribute. Attributes are attached to the previous object. Here's an example: Attributes are enclosed in braces {} and can only be text. Attributes are text items which take on the form name=value. If it doesn'​t have name=value, it's not an attribute. Attributes are attached to the previous object. Here's an example:
-<​code>​P ​988 500 1300 500 1+<​code>​ 
 +300 700 0 700 1 0 1
 { {
-1000 570 5 8 1 1 0 +200 750 5 8 1 1 0 6 1 
-pinseq=3 +pinnumber=1 
-1000 550 5 8 1 0 +200 650 5 8 1 0 8 1 
-pinnumber=3 +pinseq=1 
-}</​code>​+} 
 +</​code>​
  
 The object is a pin which has an attribute pinnumber=3 and pinseq=3 (name=value). You can have multiple text objects (both the T ... and text string are required) in between the braces {}. As of 20021103, you can only attached text items as attributes. Attaching other object types as attributes is unsupported.\\ The object is a pin which has an attribute pinnumber=3 and pinseq=3 (name=value). You can have multiple text objects (both the T ... and text string are required) in between the braces {}. As of 20021103, you can only attached text items as attributes. Attaching other object types as attributes is unsupported.\\
geda/file_format_spec.txt · Last modified: 2020/12/16 08:31 by rlutz