The name of the object.
The object type of the object.
Return the component to which the connector belongs.
Get the partner connector (or undefined
if the connector has
no partner). This function is only useful for connectors at inliner
components where connectors and cavities typically appear in pairs.
The list of sub-types of the connector, e.g., "female"
or "anti"
.
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.
Representation of a connector of a component. Please see the EDB documentation for more information about the EDB object model; here every component contains a set of connectors, which in turn contain a set of cavities. This also holds for inline connectors (which in physical reality do not have a component) and splices/eyelets (which actually neither have connectors nor cavities).