add_netlist_datablock#
- Circuit.add_netlist_datablock(input_file, name=None)#
Add a new netlist data block to the circuit schematic.
- Parameters:
- input_file
str
orpathlib.Path
Path to the netlist file.
- name
str
,optional
Name of the data block.
- input_file
- Returns:
- bool
True
when successful,False
when failed.