pingspice.analysis.param.AttrGetter(object)
class documentation
Part of pingspice.analysis.param
(View In Hierarchy)
I am a convenience helper for an instance of Specs
to allow
accessing its attributes and returning an integer zero ("0") as a
default value for attributes that are not set.
With me, you can do this: s.g.foo
and get 0 if 'foo' is not
set.
Method | __init__ | Undocumented |
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Method | __getattr__ | Undocumented |