addlevel | int (GATE_ADDLEVEL_...) |
name | string (GATE_NAME_LENGTH) |
swaplevel | int |
symbol | UL_SYMBOL |
x, y | int (origin point) |
Constants
GATE_ADDLEVEL_MUST | must |
GATE_ADDLEVEL_CAN | can |
GATE_ADDLEVEL_NEXT | next |
GATE_ADDLEVEL_REQUEST | request |
GATE_ADDLEVEL_ALWAYS | always |
GATE_NAME_LENGTH | max. recommended length of a gate name (used in formatted output only) |
Viz také UL_DEVICE
Příklad
library(L) { L.devices(D) { printf("Device: %s, Package: %s\n", D.name, D.package.name); D.gates(G) { printf("\t%s, swaplevel=%d, symbol=%s\n", G.name, G.swaplevel, G.symbol.name); } } }
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |