sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.23k stars 622 forks source link

how does clock work? #810

Closed matelot closed 1 year ago

matelot commented 1 year ago

If I add a clock as an input to one of the circuits and change the clock speed to 1cps how do I get the clock to cycle?

pfalstad commented 1 year ago

you want 1 cycle per second? create a clock, right click on it and click Edit, then set the Frequency to 1.

If you're going to make a circuit that slow, you might want to select Options->Other Options and set the timestep to something larger, like 10m.

pfalstad commented 1 year ago

How about the time step, did you update that?

you should probably send me the circuit with File->Export as Link

matelot commented 1 year ago

Thank you pfalstad changing the time step size did it.