Hello everyone, I have a question, I am doing a tr...
# xschem
a
Hello everyone, I have a question, I am doing a transient simulation of a rectifier, the Tstep is set using the equation [1/2*Fmax] where Fmax is the maximum frequency at which the circuit will work, when I perform the simulation with the parameters as seen in the first image (. tran 0.5n 1.5m) the simulation is performed correctly, when I perform it in the interval of the second image (.tran 0.5n 3m 1.5m) the simulation never starts, it stops as shown in image 3, does anyone know what is the reason for this? thank you for your help.
s
the format of the .tran command is :
tran tstep tstop < tstart < tmax > > <uic >
if you specify 1.5m as the tstart time outputs will be saved only after reaching this timeline. Simulation will start always at time=0, but the interval [0 : tstart) is not saved. You will not see activity but simulation is running. Give it the time to reach the tstart point.