Circuits Tools
circuits.tools contains a standard set of tools for circuits. These tools are installed as executables with a prefix of “circuits.”
Display a directed graph of the Component structure of x
Parameters: |
|
---|
@return: A directed graph representing x’s Component structure. @rtype: str
Display an inspection report of the Component or Manager x
Parameters: | x (Component or Manager) – A Component or Manager to graph |
---|
@return: A detailed inspection report of x @rtype: str