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.
The sub-type of the multicore, e.g., "twisted"
or "shielded"
.
Iterate over all multicores that are nested in the current bundle.
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. This includes only the wires that are directly contained in this bundle, but not the ones that are part of nested bundles.
if true also iterate over the wires of the nested multicores.
Representation of a shielded/twisted wire bundle (a.k.a. multicore). Note that multicores can be nested arbitrarily deeply.