create_schematic_from_netlist#
- Circuit.create_schematic_from_netlist(input_file: str) bool#
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:
- input_file
str Full path to the HSpice file to import.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> circuit.create_schematic_from_netlist(r"C:\Users\Public\netlist.sp")