create_schematic_from_netlist#

TwinBuilder.create_schematic_from_netlist(input_file)[source]#

Create a circuit schematic from an HSpice net list.

Supported currently are:

  • R

  • L

  • C

  • Diodes

  • Bjts

  • Discrete components with syntax Uxxx net1 net2 ... netn modname

Parameters:
input_filestr

Full path to the HSpice file.

Returns:
bool

True when successful, False when failed.