Next: LIST command
Up: Command descriptions
Previous: IC command
  Contents
Subsections
INSERT command
INsert node
INsert node, count
Open up node numbers inside a circuit.
To open up an internal node, enter insert followed by the number and
how many. All node numbers higher than the first number will be raised by
the second. The second (how many) is optional. If omitted, 1 will be
assumed.
- insert 8 3
- Insert 3 nodes before node 8. Adds 3 nodes (8,9,10)
with no connections. Old node numbers 8 and higher have 3 added to them to
make room. Old node 8 is now 11, 9 is now 12, 10 is now 13, 11 is 14, etc.
- insert 6
- Insert one node at 6. Old nodes 6 and higher are
incremented by 1. Old node 6 is now 7, 7 is 8, etc.
Al Davis
2002-03-26