The @pcb complex property defines the name and type of a PCB on the host so that EGL can access it. Additionally, the @pcb property may contain the hierarchy property, which defines the structure of a hierarchical database. The @pcb property is applied to one of the four types of PCB records that EGL supports; see PCB record stereotypes.
| Property | Description |
|---|---|
| pcbName | Specifies the name of PCB on the host system. |
| pcbType | Defines the way the PCB is used on the host system. |
| hierarchy | Contains an array of @relationship complex properties that define the structure of your hierarchical database. |
| secondaryIndex | Specifies a secondary key for a DL/I database on the host. |
| secondaryIndexItem | Specifies a field in an EGL DLISegmentRecord to use as a secondary key for DL/I database access. |