add_netlist_datablock#

Circuit.add_netlist_datablock(netlist_file, datablock_name=None)[source]#

Add a new netlist data block to the circuit schematic.

Parameters:
netlist_filestr

Path to the netlist file.

datablock_namestr, optional

Name of the data block.

Returns:
bool

True if successfully created, False otherwise.