Placing components using drag & drop behaves different than placing components with the cursor "mode".
Using drag&drop often leads to the following error when trying to plot the Circuitikz image (Ctrl+u)
File "C:\py311v\Lib\site-packages\lcapy\schemgraph.py", line 729, in path_to_closest_known raise RuntimeError(msg) RuntimeError: The horizontal schematic graph has a loop. For example, a node needs to be both left of and right of another node. Probably a component is attached to the wrong nodes.
The generated circuitikz macros seem to be the same, though.
Placing components using drag & drop behaves different than placing components with the cursor "mode".
Using drag&drop often leads to the following error when trying to plot the Circuitikz image (Ctrl+u)
File "C:\py311v\Lib\site-packages\lcapy\schemgraph.py", line 729, in path_to_closest_known raise RuntimeError(msg) RuntimeError: The horizontal schematic graph has a loop. For example, a node needs to be both left of and right of another node. Probably a component is attached to the wrong nodes.The generated circuitikz macros seem to be the same, though.