Paul Falstad
Paul Falstad
Those are some big circuits. I don't have any tricks that would help, I don't think. I had some ideas to optimize large circuits like this, but I'm not sure...
I'll add an option for fixed precision (with trailing zeros). You can change the precision (number of digits) in the Edit->Options dialog.
I'm not sure what you're asking here. You want neighboring components to highlighted when you hover over something? How would you be able to tell which component is selected then?
yes this still works. Are you on a mobile device? Use long press.
Yes, I didn't build that correctly, apparently. I don't have an ARM mac to test it on. Someone said they fixed it by running this command in terminal: xattr -cr...
The ground symbol is always at 0 volts. I'm not sure what voltage you want the different grounds to be at. If you want CHASSIS_GND to be at a different...
The circuitjs executable is just electron. It's a program that basically just packages javascript/html and runs it locally using a browser. You could look for a version of electron that...
This simulator can't handle a project that large. Even when simulation is disabled, we analyze the circuit when something changes and that gets very slow as the circuit gets large.
yes this seems to be a bug. the problem is the VCO. you can work around it like this: https://tinyurl.com/2hxml6jt
It looks like a bug in simulation.setTimeStep(). As a workaround, try setting the timestep in Options->Other Options... to something very small. Then use setTimeStep() to something larger. As long as...