add_netlist_datablock# Circuit.add_netlist_datablock(input_file, name=None)[source]# Add a new netlist data block to the circuit schematic. Parameters: input_filestrPath to the netlist file. namestr, optionalName of the data block. Returns: boolTrue when successful, False when failed.