How to reduce the timestep when dividing by small numbers?

.tran IGNORED TSTOP [TSTART [MAXSTEP]] [UIC]

MAXSTEP is the maximum step size for simulation.
In you example, you can replace “.tran 5m” by “.tran 0 5m 0 1n”
where 1n is the maximum timestep in simulation

1 Like