lcapy.schemgraph

This module provides classes for schematic layout.

Copyright 2014–2021 Michael Hayes, UCECE

Classes

Gedge(cpt, from_gnode, to_gnode, size[, stretch])

Edge between common nodes

Gnode(name)

Drawing node

Graph(name, nodes[, debug])

Drawing graph

GraphPath([iterable])

This is a list of edges defining a path through a graph.