create# classmethod EdgeTerminal.create(layout, name, edges, net=None, is_ref=False)# Create an edge terminal. Parameters: layoutLayoutLayout to create the edge terminal in. namestrName of the edge terminal. edgeslist of Edge netNet or str or NoneNet reference. The default is None. is_refbool, default: FalseWhether the edge terminal is a reference terminal. Returns: EdgeTerminal