From: Holger V. <hol...@un...> - 2023-10-18 21:42:16
|
ngspice does select the time steps for simulation automatically, determined by convergence criteria. The minimum number of steps is 51. The exact time is cannot be set by the user. If you want to have equidistant time steps, you may use a .control section with the linearize command (manual 17.5.40) and then read only every nth value from the resulting vector. |