Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

In the circuit diagram below do I connect to two TUNE1 points together? Or am I misinterpreting what this means?

enter image description here

share|improve this question
Yes, you are connecting them together. – abdullah kahraman Jun 21 '12 at 11:29
THanks, that's what I thought but nothing was mentioned about it in the text of the data sheet so wanted to get a second opinion – SimonBarker Jun 21 '12 at 11:30

1 Answer

up vote 10 down vote accepted

Yes. The arrow indicates a schematics connector, and the name next to it (in some EDA packages inside it) is the net name. A net is the collection of all pins and signals which should be connected together.

If you would move from schematic to PCB layout you would start with your components placed randomly and the nets represented as a rats nest, a bunch of lines showing all required connections.

enter image description here

(click image to view full size)

As you route the PCB more and more lines will be replaced by copper connections. If you wouldn't connect both TUNE1 pins the PCB layout program will show a line between pin 3 of the IC and R2 after all other routing is done.


If you find routing a PCB an interesting challenge you may also enjoy Planarity :-)

share|improve this answer
Cool game link! – justing Aug 5 '12 at 19:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.