Koustubh
05/22/2024, 1:21 PMStefan Schippers
05/22/2024, 1:40 PM.temp 75
.ic v(Vosc)=0
.control
save all
tran 1ps 0.2ns
remzerovec
write Oscillator.raw
.endc
Koustubh
05/22/2024, 1:47 PMremzerovec
? so that I don't repeat such mistakes in the future.Stefan Schippers
05/22/2024, 1:50 PMremzerovec
removes empty vectors. Without this if there are zero length vectors (for example some body currents of transistors) the write
statement fails. Since it is irritating to have write
refusing to create the raw file because of zero length vectors I always add this statement before write
. In my opinion this is a ngspice bug.