device | UL_DEVICE |
name | string (PART_NAME_LENGTH) |
value | string (PART_VALUE_LENGTH) |
Loop members
instances() | UL_INSTANCE (see Note) |
Constants
PART_NAME_LENGTH | max. length of a part name |
PART_VALUE_LENGTH | max. length of a part value |
See also UL_BOARD
Note
If the part is in a sheet context, the instances() loop member loops only through those instances that are actually used on that sheet. If the part is in a schematic context, all instances are looped through.
Example
schematic(S) {
S.parts(P) printf("Part: %s\n", P.name);
}
Index | Copyright © 1999 CadSoft Computer GmbH |