Don't use `extract do resistance`, and/or `ext2spice rthresh 0` , as those produce the lumped resist...
t
Don't use
extract do resistance
, and/or
ext2spice rthresh 0
, as those produce the lumped resistances. The preferred commands for extresist would be
extract no resistance
and
ext2spice rthresh infinite
. I would also recommend flattening the circuit first. You do not need
ext2sim alias on
. I would not recommend using
extresist simplify off
.
👍 2
1