ALOK PRATAP SINGH
08/21/2023, 10:13 AM.dc temp -40 125 0.1
Stefan Schippers
08/21/2023, 11:51 AMplot vref vs "temp-sweep"
ALOK PRATAP SINGH
08/21/2023, 2:32 PMALOK PRATAP SINGH
08/21/2023, 2:35 PMStefan Schippers
08/22/2023, 6:56 AM.dc
but use dc
.
you need to quote "`temp-sweep"`, to avoid ngspice confusing with temp
minus sweep
.
.control
...
...
dc temp -40 125 0.1
plot vref vs "temp-sweep"
...
.endc
ALOK PRATAP SINGH
08/23/2023, 6:09 AM