create_schematic_from_netlist#

Circuit.create_schematic_from_netlist(file_to_import)[source]#

Create a circuit schematic from an HSpice netlist.

Supported currently are:

  • R

  • L

  • C

  • Diodes

  • Bjts

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

Parameters:
file_to_importstr

Full path to the HSpice file to import.

Returns:
bool

True when successful, False when failed.