create_schematic_from_netlist# MaxwellCircuit.create_schematic_from_netlist(input_file)[source]# Create a circuit schematic from an HSpice net list. Supported currently are: R L C Diodes Parameters: input_filestrFull path to the HSpice file. Returns: boolTrue when successful, False when failed.