<Project>$CABLE.DBF
The default field structure for the cables IMAGE file, <Project>$CABLE.dbf, is as follows:
| Field Name | Width | Description |
|---|---|---|
| DRAWING | 255 | The name of the drawing file that the component is from. |
| BLOCK | 25 | The partial name of the block representing the component. |
| HANDLE | 20 | The AutoCAD handle for the symbol. |
| MFG | 5 | The manufacturer code. |
| CATNO | 50 | The part number. |
| CATDESC | 59 | Text description. |
| CABLENAME | 35 | The name of the cable. |
| CORENAME | 35 | The name of the core(conductor). |
| REFERENCE | 59 | The cross-reference for the component. |
| RSTATUS | 64 | Report status - keywords that control the reporting for the component. |
| X | 10 | X co-ordinate of the symbol insertion point. |
| Y | 10 | Y co-ordinate of the symbol insertion point. |
| STATUS | 59 | Custom field. The current status of the component. Can contain FIXED, MIXED, FLUID. |
| ROUTE_MAN | 40 | User entered route. |
| LENGTH_MAN | 40 | User entered cable/conductor length. |
| HARNESS | 40 | Harness number. |
| EMC | 40 | Electro-magnetic classification. |
| EE_USER5 to EE_USER7 | 40 | User configurable fields to contain any additional user-defined data. |
