add_netlist_datablock#

Circuit.add_netlist_datablock(input_file: str | Path, name: str | None = None) bool#

Add a new netlist data block to the circuit schematic.

Parameters:
input_filestr or pathlib.Path

Path to the netlist file.

namestr, optional

Name of the data block.

Returns:
bool

True when successful, False when failed.