Hi Marcel, writefinal only really makes sense when you're doing a sweep. Otherwise it's identical to write. That's because write is performed after the initial DC solution, and writefinal is done at the end of the sweep - if there's no sweep, it would be the same as whatever write outputs. So, ADE handles this by only outputting writefinal if you have a sweep enabled. Conversely, it adds the write statement on a DC sweep only if the "Save DC Operating Point" is unchecked; if it was checked, it adds the write statement on the dcOp analysis. In your case you're not doing a sweep, so the right thing to do would be to use ?write. Is there a reason why you can't do that? Regards, Andrew.
↧