Here, Vout goes negative. Given that there are no inductive elements, I don’t understand how that’s possible.
FWIW, I’ve tried replaced the BJTs with selections from the “selection guide” and many other variations – too many to list here. But the ideal BJTs should work, right?
For a self-oscillation circuit, the initial voltage is sometimes crucial for the circuit to operate. Using UIC skips the operation point calculation, a common practice by many. However, this is not a recommended approach as it initiates the simulation with an incorrect operation point. You could consider using a PWL source or .ic to set V(Bias1) and V(Bias2) to 0 and eliminate the need for UIC.
You have separated the .plot command into three text boxes. While there is nothing wrong with this, the plot order in the waveform viewer is determined by the netlist sequence of .plot commands. If you add or move a .plot command, the order in the waveform viewer may change. To maintain the .plot sequence, I use only one text box and use Ctrl-Enter to create new lines. This ensures that the lower line will always be plotted at the top.
If you want to quickly measure the generated frequency, here is a .meas example for frequency measurement for your reference.
Thanks @ivan1 & @KSKelvin. I had indeed tried *3906 & *3904 parts from the selection guide as well as UIC. I had not tried reltol. Apparently, all three are required to get the simple circuit to work so I’d probably never have figured it out.
This circuit is a bit tricky … In fact, you can also use .option maxstep=1u to replace .option reltol=10u. Specifying a maxstep can prevent the step size from becoming too large for this self-oscillating circuit.