Next: , Previous: , Up: Object types   [Contents][Index]


12.4.10 pin

Valid in: Symbol files ONLY

type x1 y1 x2 y2 color pintype whichend
Pos.FieldType/unitDescription
#typecharP
1x1int/milsFirst X coordinate
2y1int/milsFirst Y coordinate
3x2int/milsSecond X coordinate
4y2int/milsSecond Y coordinate
5colorintColor index
6pintypeintType of pin
7whichendintSpecifies the active end

Example:

P 0 200 200 200 1 0 0

A pin from (0, 200) to (200, 200) with color index 1, a regular pin, and the first point being the active connection end.