add_diagram_equation_set(diagram, name, elements=None)#

Add a new equation set to a graphical diagram.

Parameters:
diagramsuite.NetDiagram

Input diagram.

namestr

Name of the equation set.

elementsList[suite.Presentable], default: None

List of elements to add to the equation set.

Returns:
suite.EquationSet