ERROR (SFE-1997): "input.scs" 75: I0.I0: parameter `nl': Cannot run the simulation because an unknown parameter `length' has been specified in expression `pPar("length")'. Correct the expression and rerun the simulation.
ERROR (SFE-1997): "input.scs" 75: I0.I0: parameter `nw': Cannot run the simulation because an unknown parameter `width' has been specified in expression `pPar("width")'. Correct the expression and rerun the simulation.
如果要确保能够正确生成上述网表,那么 CAP, CAP2 的 Parse as CEL 都必须为 yes,CAP3 的没有要求。不过这样也有些问题,因为在 CEL 格式下显示的值会被解析为科学表达式,比如 1pF 会自动变为 1e-12,这在可读性上不太好;我暂时的解决办法是对于需要嵌套的对象创建两份拷贝,一份私有的仅作为内部调用(CEL=yes),另一份设置(CEL=no)供正常使用,就是麻烦了些,不知道有没有更好的办法。