viewconns.py

openmdao.util.viewconns.view_connections(root, outfile='connections.html', show_browser=True)[source]

Generates a self-contained html file containing a detailed connection viewer. Optionally pops up a web browser to view the file.

Args:

root : system or Problem

The root for the desired tree.

outfile : str, optional

The name of the output html file. Defaults to ‘connections.html’.

show_browser : bool, optional

If True, pop up a browser to view the generated html file. Defaults to True.