1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<html lang="en">
<head>
<title>Pcb</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Pcb">
<meta name="generator" content="makeinfo 4.6">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
--></style>
</head>
<body>
<div class="node">
<p>
Node: <a name="Basic%20Types">Basic Types</a>,
Next: <a rel="next" accesskey="n" href="Layout-File.html#Layout%20File">Layout File</a>,
Up: <a rel="up" accesskey="u" href="File-Formats.html#File%20Formats">File Formats</a>
<hr><br>
</div>
<h3 class="section">Basic Types</h3>
<p>Here are the basic type definitions used in the other sections of this
chapter.
<pre class="example"> Description = Name
DeltaAngle = Number
DrillingHole = Number
Flags = Number
FontPosition = Number
Grid = Number
GridOffsetX = Number
GridOffsetY = Number
Group = GroupMember [,GroupMember]...
GroupMember = decimal | [cs]
GroupString = """ Group [:Group]... """
StyleString = """ Style [:Style]... """
Height = Number
LayerNumber = Number
LayoutName = Name
Name = quoted_string
Number = decimal | hex
PinNumber = quoted_string
Spacing = Number
StartAngle = Number
SymbolID = Number | charconst
Thickness = Number
TextData = quoted_string
TextFlags = Flags
TextScale = scale
TextX = Number
TextY = Number
Value = Name
Width = Number
X = Number
X1 = Number
X2 = Number
Y = Number
Y1 = Number
Y2 = Number
charconst = "'" <any character> "'"
comment = "#" {<any character up to a newline>}...
decimal = [0-9]+
direction = [0-3]
hex = 0x[0-9a-fA-F]+
scale = [1-<positive integer>]
quoted_string = """ <anything except \n and \r> """
zoom = [0-MAX]
</pre>
</body></html>
|