The unique EDB ID of the object.
The name of the object.
The object type of the object.
For nested multicores, get the parent multicore; undefined
is returned
if the current multicore is an outermost bundle.
For shielded multicores, return the shield wire.
The sub-type of the multicore, e.g., "twisted"
or "shielded"
.
Iterate over all multicores that are nested in the current bundle.
if false
, only iterate over the direct children;
if true
, iterate over all (arbitrarily deeply) nested multicores.
Get the value of an attribute.
the name of the attribute.
the value(s) of the attribute if it exists, or undefined
if
the object does not have an attribute with the given name.
In case the object has multiple attributes with the same name,
an array with the values is returned instead of a single string.
Iterate over all wires in a bundle. The wires of a multicore include the shield wire (if the multicore is shielded).
if true
also iterate over the wires
of the nested multicores; if false
, only iterate over
the wires included in the current multicore.
Representation of a shielded/twisted wire bundle (a.k.a. multicore). Note that multicores can be nested arbitrarily deeply.