HTML
- pandapower.plotting.to_html(net, filename, respect_switches=True, include_lines=True, include_trafos=True, show_tables=True)
Saves a pandapower Network to an html file.
- Parameters:
net (ADict) – The pandapower format network
filename (string) – The absolute or relative path to the input file.
respect_switches (boolean, True) –
True: open line switches are being considered (no edge between nodes)
False: open line switches are being ignored
include_lines (bool, True) – determines, whether lines get converted to edges
include_trafos (bool, True) – determines, whether trafos get converted to edges
show_tables (bool, True) – shows pandapower element tables