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