create_schematic_from_netlist#

MaxwellCircuit.create_schematic_from_netlist(file_to_import)[source]#

Create a circuit schematic from an HSpice net list.

Supported currently are:

  • R

  • L

  • C

  • Diodes

Parameters:
file_to_importstr

Full path to the HSpice file.

Returns:
bool

True when successful, False when failed.