|
From: Holger V. <hol...@un...> - 2020-08-14 23:04:08
|
There is a bug in your input file: All commands in a .control section are carried out step by step. So before you can restore the outputs like @mn[cgs] by the let command, you have to run the simulation first! So the line dc vgg 0 5 1m has to be given before the lines let mn.cgs = @mn[cgs] etc. Of course it would be better that ngspice would issue an error and stop instead of seg faulting. I will check that. |