| dx, dy | entier (taille) |
| description | chaîne |
| headline | chaîne |
| nom | chaîne |
| préfixe | chaîne |
| parts() | UL_PART |
| ports() | UL_PORT |
| sheets() | UL_SHEET |
| variantdefs() | UL_VARIANTDEF |
Voir aussi UL_PORT, UL_SCHEMATIC
schematic(SCH) {
SCH.modules(M) {
M.parts(P) printf("Part: %s\n", P.name);
}
}