On Thursday 30 April 2009, vsrk wrote: > If a model is used in circuit netlist and saved into a > file errors are showing up.
That is a known bug, one of the things holding up a stable release. "NA" is supposed to mean "not available", as if you said nothing at all, but provide information about what would happen. so .. kf=NA(0) means you didn't specify kf, so a default value of 0 will be used. The "list" performance is correct. What is incorrect is what happens when gnucap reads it. The correct response is to use the default value and ignore the parameter. Part of the idea is that if you modify something, you can unspecify a parameter that you previously specified. This doesn't completely work, because a general facility to do make mods to existing components is not complete. For now, delete the NAs. _______________________________________________ Help-gnucap mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnucap
