Hi Guys, I would like to run DC sweep in temperatu...
# xschem
r
Hi Guys, I would like to run DC sweep in temperature and the Operating point for my circuit. but i don't know why i am not able to get this two file to load the results. I get both file, but i can't load with "green arrow". the command is "tclcommand="xschem raw_read $netlist_dir/tb_bg_op.raw" and "tclcommand="xschem raw_read $netlist_dir/tb_bg_dc.raw" Any suggestion? I don't find the voltage probe to get the voltage OP on a net.
Copy code
********** circuit parameters
.param VDD = 3.3

*************+
.save all
.control
save all v(vbg)
op
write tb_bg_op.raw
.endc

********************************************
*** plot temperature coefficient
********************************************
*.control
save all
dc TEMP -40 150 1
write tb_bg_dc.raw

.endc
"