2.17 FANOUT command
2.17.1 Syntax
FANout {nodes}
2.17.2 Purpose
Lists connections to each node.
2.17.3 Comments
Fanout lists the line number and label of each part connected to each
node. If both ends of a part are connected the same place, it is listed
twice.
For a partial list, just specify the numbers. A number alone (17) says
this branch alone. A trailing dash (23-) says from here to the end. A
leading dash (-33) says from the start to here. Two numbers (9
13) specify a range.
2.17.4 Examples
- fanout
- Lists all the nodes in the circuit, with their
connections.
- fanout 99
- List parts connecting to node 99.
- fanout 0
- List the connections to node 0. (There must be at
least one, unless you are editing a model.)
- fanout 78-
- List connections to nodes 78 and up.
- fanout 124 127
- List connections to nodes 124, 125, 126, 127.