
That's correct, it doesn't matter since the current source will develop whatever voltage is needed to keep the DC emitter current at the programmed current.Also note that there is no obvious evidence that the other side of the current source is at any particular voltage, but I don't think that matters.
Hi there, hope you are doing well.The emitter current of Q1 will be 0.5 mA or 500 µA and the emitter voltage will be ≈ -0.7V or one Vbe drop below ground. If you have a datesheet for Q1 you might get a better estimate of the Vbe drop.
Also note that there is no obvious evidence that the other side of the current source is at any particular voltage, but I don't think that matters.
No, but it needs a path to ground in the simulation, which (the path) can be at any voltage.Theoretically the current source does not need a voltage reference for the 'open' terminal,
The only thing the current source needs is some kind of connection to make a complete circuit. The details are not important. It does NOT need a voltage reference. It will generate whatever voltage is needed to produce the programmed current. You can tie it to any place that can absorb the 0.5 mA without disturbing the circuit, which means you can tie it to ground, to the +9 V supply, or to the output of Vsig, if you really wanted to. As long as there is a DC path back to the transistor collector and base, life is fine.Hi there, hope you are doing well.
Theoretically the current source does not need a voltage reference for the 'open' terminal, but in practice of course it does. If the open end was not at some negative voltage the circuit would never work because real life current sources need the correct operating voltages too. That is, the most basic current source which usually is just a current regulator. If the practical current source had its own internal voltage supply that would be different, but then the minimum I would think would be the open end would have to be connected to ground.
Theory is often nicer than practice because you don't have to worry about these things![]()
Hi,No, but it needs a path to ground in the simulation, which (the path) can be at any voltage.
Why do you say that?a simulation is not the same as pure theory, and it is also not a constant current regulator.
I think all Spice derived simulators do.Also, other simulators will allow the current source that appears to be open in that diagram to actually not be connected to anything.
Which simulators will allow that?Also, other simulators will allow the current source that appears to be open in that diagram to actually not be connected to anything.
I think you are thinking in terms of a mix of theory and real life, if I understand you right.The only thing the current source needs is some kind of connection to make a complete circuit. The details are not important. It does NOT need a voltage reference. It will generate whatever voltage is needed to produce the programmed current. You can tie it to any place that can absorb the 0.5 mA without disturbing the circuit, which means you can tie it to ground, to the +9 V supply, or to the output of Vsig, if you really wanted to. As long as there is a DC path back to the transistor collector and base, life is fine.
In absolute theory, you COULD leave the other end of the current source open. What would happen is that, internally, the source would move charge from the connected terminal to the unconnected terminal at the rate of 0.5 coulombs per second, resulting in the open end of the supply becoming more and more positively charged, without bound. In reality, you could actually make such a source that would behave that way for a very short duration (think Van de Graaf generator).
I just tried this in LTSpice and, to my surprise, it did allow it. Sort of. It threw an error complaining about the floating node connected to the current source, but it allowed the simulation to proceed and produced the correct result.Which simulators will allow that?
Of course it has its own internal power source -- there is a reason it is called a "source", after all. Just like a voltage source has an internal source of power, so does a current source. It doesn't matter whether you are taking theory or practical, a power source is a source of power.I think you are thinking in terms of a mix of theory and real life, if I understand you right.
In your first paragraph you are talking about a real-life current source, but it would have to have its own internal power source to do everything you are saying it can do there.
You:MrAl said:
A simulation is not the same as pure theory, and it is also not a constant current regulator.
You:MrAl said:
Also, other simulators will allow the current source that appears to be open in that diagram to actually not be connected to anything.
Hi,Of course it has its own internal power source -- there is a reason it is called a "source", after all. Just like a voltage source has an internal source of power, so does a current source. It doesn't matter whether you are taking theory or practical, a power source is a source of power.

Hi,The issue in LTSpice appears unrelated to charge conservation. Consider the following circuit:
View attachment 299244
If R3 is removed and the bottom of V1 connected to ground, the simulation runs (with the "error" about Vcs being floating) and says that Vout is 4.5 V, which is the result you get by performing an analysis in which 1 mA of current is being sucked off of the Vout node, never to return, and there being a current of 5.5 mA in R1 and 4.5 mA in R2.
But with R3 in the circuit, the voltage at Vout becomes -5.5 V, which is due to the missing 1 mA flowing upward in R3, making Vss = -10 V.
So, even though it says that Vcs is floating, the simulator is, in fact, implicitly tying it to Node 0. If, instead, you explicitly tie it to EITHER Vcc or Vss, then Vout is once again 4.5 V because the other side of the current source is tied to a node that can source/sink arbitrary current without affecting the rest of the circuit (which is NOT the case with Node 0 in this circuit).