add_netlist_datablock#

Circuit.add_netlist_datablock(input_file, name=None)[source]#

Add a new netlist data block to the circuit schematic.

Parameters:
input_filestr

Path to the netlist file.

namestr, optional

Name of the data block.

Returns:
bool

True when successful, False when failed.