SQUID_LOOP.add_dependency#
- SQUID_LOOP.add_dependency(parent: str, child: str)#
Add a dependency between one component and another. Calls parent design.
- Parameters:
parent (str) – The component on which the child depends
child (str) – The child cannot live without the parent.