Next: font
Up: Object types
Previous: pin
  Contents
Valid in: Schematic files ONLY
type x y selectable angle mirror basename
| Field |
Type/unit |
Description |
| type |
char |
C |
| x |
int/mils |
Origin X coordinate |
| y |
int/mils |
Origin Y coordinate |
| selectable |
int |
Selectable flag |
| angle |
int/degrees |
Angle of the component |
| mirror |
int |
Mirror around Y axis |
| basename |
string |
The filename of the component |
- The selectable field is either 1 for selectable or 0 if not selectable.
- The angle field can only take on the following values: 0, 90, 180, 270.
- The angle field can only be positive.
- The mirror flag is 0 if the component is not mirrored (around the Y axis).
- The mirror flag is 1 if the component is mirrored (around the Y axis).
- The just basename is the filename of the component. This filename is
not the full path.
Example:
C 18600 19900 1 0 0 7400-1.sym
A component whos origin is at (18600,19900), is selectable, not rotated, not
mirrored, and the basename of the component is 7400-1.sym.
Next: font
Up: Object types
Previous: pin
  Contents
Ales Hvezda
2004-01-11