<@U01QTMG2K8R> A variation of above procedure is t...
# analog-design
s
@User A variation of above procedure is to replace the imported netlist with a one line:
.include /path/to/extracted_netlist.cir
(with .subckt and .ends lines commented). First approach makes the design self-contained (xschem files contain the netlist), second approach just links to the extracted netlist, so if you update the layout and re-extract the netlist subsequent simulations will use the updated netlist.