gEDA schematic/symbol file format constants More...
Variables | |
| int | VERSION_20000220 = 20000220 |
| int | VERSION_20000704 = 20000704 |
| int | VERSION_20020825 = 20020825 |
| int | VERSION_20030921 = 20030921 |
| string | OBJ_LINE = 'L' |
| string | OBJ_PATH = 'H' |
| string | OBJ_BOX = 'B' |
| string | OBJ_PICTURE = 'G' |
| string | OBJ_CIRCLE = 'V' |
| string | OBJ_NET = 'N' |
| string | OBJ_BUS = 'U' |
| string | OBJ_COMPLEX = 'C' |
| string | OBJ_TEXT = 'T' |
| string | OBJ_PIN = 'P' |
| string | OBJ_ARC = 'A' |
| string | STARTATTACH_ATTR = '{' |
| string | ENDATTACH_ATTR = '}' |
| string | START_EMBEDDED = '[' |
| string | END_EMBEDDED = ']' |
| string | INFO_FONT = 'F' |
| string | VERSION_CHAR = 'v' |
| string | COMMENT = '#' |
| int | MAX_COLORS = 25 |
| int | DEFAULT_COLOR = 3 |
| int | LOWER_LEFT = 0 |
| int | MIDDLE_LEFT = 1 |
| int | UPPER_LEFT = 2 |
| int | LOWER_MIDDLE = 3 |
| int | MIDDLE_MIDDLE = 4 |
| int | UPPER_MIDDLE = 5 |
| int | LOWER_RIGHT = 6 |
| int | MIDDLE_RIGHT = 7 |
| int | UPPER_RIGHT = 8 |
gEDA schematic/symbol file format constants
| string xorn.geda.plainformat.COMMENT = '#' |
Definition at line 58 of file plainformat.py.
| int xorn.geda.plainformat.DEFAULT_COLOR = 3 |
Definition at line 62 of file plainformat.py.
| string xorn.geda.plainformat.END_EMBEDDED = ']' |
Definition at line 51 of file plainformat.py.
| string xorn.geda.plainformat.ENDATTACH_ATTR = '}' |
Definition at line 49 of file plainformat.py.
| string xorn.geda.plainformat.INFO_FONT = 'F' |
Definition at line 54 of file plainformat.py.
| int xorn.geda.plainformat.LOWER_LEFT = 0 |
Definition at line 70 of file plainformat.py.
| int xorn.geda.plainformat.LOWER_MIDDLE = 3 |
Definition at line 73 of file plainformat.py.
| int xorn.geda.plainformat.LOWER_RIGHT = 6 |
Definition at line 76 of file plainformat.py.
| int xorn.geda.plainformat.MAX_COLORS = 25 |
Definition at line 61 of file plainformat.py.
| int xorn.geda.plainformat.MIDDLE_LEFT = 1 |
Definition at line 71 of file plainformat.py.
| int xorn.geda.plainformat.MIDDLE_MIDDLE = 4 |
Definition at line 74 of file plainformat.py.
| int xorn.geda.plainformat.MIDDLE_RIGHT = 7 |
Definition at line 77 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_ARC = 'A' |
Definition at line 44 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_BOX = 'B' |
Definition at line 36 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_BUS = 'U' |
Definition at line 40 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_CIRCLE = 'V' |
Definition at line 38 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_COMPLEX = 'C' |
Definition at line 41 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_LINE = 'L' |
Definition at line 34 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_NET = 'N' |
Definition at line 39 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_PATH = 'H' |
Definition at line 35 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_PICTURE = 'G' |
Definition at line 37 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_PIN = 'P' |
Definition at line 43 of file plainformat.py.
| string xorn.geda.plainformat.OBJ_TEXT = 'T' |
Definition at line 42 of file plainformat.py.
| string xorn.geda.plainformat.START_EMBEDDED = '[' |
Definition at line 50 of file plainformat.py.
| string xorn.geda.plainformat.STARTATTACH_ATTR = '{' |
Definition at line 48 of file plainformat.py.
| int xorn.geda.plainformat.UPPER_LEFT = 2 |
Definition at line 72 of file plainformat.py.
| int xorn.geda.plainformat.UPPER_MIDDLE = 5 |
Definition at line 75 of file plainformat.py.
| int xorn.geda.plainformat.UPPER_RIGHT = 8 |
Definition at line 78 of file plainformat.py.
| int xorn.geda.plainformat.VERSION_20000220 = 20000220 |
Definition at line 26 of file plainformat.py.
| int xorn.geda.plainformat.VERSION_20000704 = 20000704 |
Definition at line 27 of file plainformat.py.
| int xorn.geda.plainformat.VERSION_20020825 = 20020825 |
Definition at line 28 of file plainformat.py.
| int xorn.geda.plainformat.VERSION_20030921 = 20030921 |
Definition at line 29 of file plainformat.py.
| string xorn.geda.plainformat.VERSION_CHAR = 'v' |
Definition at line 55 of file plainformat.py.
1.8.8