bndGetSiblingBoundObjects
bndGetSiblingBoundObjects(d_dbID[d_layCV] ) => (dbIDmembInstrowcol) / (list_of_dbIDs)
Description
Returns the objects bound in the same many-to-many relationship as the specified object, or the objects bound to the same mfactored, sfactored, folded or lxCombination instance as the specified object. However, the specified object is not included in the result. The object ID can be specified in different formats. See the argument description for more information.
Arguments
Value Returned
|
List of database IDs, member instances, rows, and columns of the objects bound to the specified object. |
|
|
List of database IDs for the objects bound to the specified object. |
|
Example
bndGetSiblingBoundObjects(dbFindAnyInstByName(layCellViewID "I0.1|I2(1)"))
(((db:0x0a739ba9 0 0 0)))
Returns the database ID of a sibling object for layout instance I0.1|I2(1).
bndGetSiblingBoundObjects(dbFindNetByName(schCellViewID"a<0:3>")~>term)
((db:0x0a73ed98)
(db:0x0a73ed99)
(db:0x0a73ed9a)
(db:0x0a73ed9b)
)
Returns a list of database IDs for the terminals bound in a relationship with schematic instances a<0:3>.
Return to top