ps2sc
: Convert a pingspice Subcircuit
subclass into a Ngspice-compatible subcircuit file.
Function | is_subcircuit | Returns True if x is a subclass of Subcircuit . |
Function | find_subcircuit | Returns a subclass of Subcircuit
in the module for the class specified by fqn, with the class name
case-insensitive, if it exists. Otherwise, returns None . |
Function | tryGetClass | Undocumented |
Function | main | Undocumented |
def
find_subcircuit(fqn):
Returns a subclass of Subcircuit
in the module for the class specified by fqn, with the class name
case-insensitive, if it exists. Otherwise, returns None
.