Product Documentation
Cadence SKILL++ Object System Reference
Product Version IC23.1, June 2023

getDependents

getDependents(
g_object
)
=> l_dependents

Description

Returns a list of dependents registered for the given SKILL object, which could be a class or a generic function

Arguments

g_object

Specifies a SKILL object, which could be a class or a generic function on which the dependent object needs to be added.

Value Returned

l_dependents

List of dependents registered for the given object.

Examples

getDependents( findClass('class))
=> (dep1 dep2)

Related Topics

Dependency Maintenance Protocol Functions

addDependent

removeDependent

updateDependent


Return to top
 ⠀
X