Iterate over all root-level attributes of the EDB, i.e., all attributes that do not belong to an EDB object, but the EDB itself.
Iterate over all components in the EDB.
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 modules in the EDB.
Iterate over the multicores in the EDB.
if false
, only iterate over the outermost
multicores; if true
, iterate also over the nested ones.
Iterate over all wires in the EDB.
In-browser representation of the electrical cable harness database (EDB). An instance of
Edb
can be obtained using the EEvision API function EEvisionAPI.GetEdb().