pingspice.errors module documentation
Part of pingspice
Exceptions of universal interest.
This is imported by util, so it can't import anything.
| Function | sub | This really should be a built-in function. |
| Class | Error | Subclass this to make your exception treat its constructor like a sub with proto/args text expansion. |
| Class | NetlistError | There was a problem involving construction of a netlist. |
| Class | ModelError | There was a problem involving an Ngspice model. |
| Class | SubcircuitError | There was a problem involving a subcircuit. |
| Class | CapacitanceConfigError | There was a problem with the special pingspice Capacitance. |
| Class | ArgumentError | You supplied improper arguments. |