- or download this
# $Circ->[id][lead][index] = otherID
# id is capacitor's index
...
# several other capacitors)
# otherID represents the cap's index that is
# being pointed to
- or download this
# B+..............
# - . .
...
$Circ->[2][0][0] = 0; # etc.
$Circ->[2][0][1] = 1; # etc.
$Circ->[2][1] = (); # not pointing to anything
- or download this
# read in file, make circuit ...
...
============
1:5
2:6