Hi
@Stefan Schippers
Is it possible to vary the temperature while doing transient analysis and plot it vs time using Xschem?
As depicted in the figure below, my goal is to observe the change in the circuit voltage against the temperature variation in time domain.
I have tried the code snippet shown below but it doesn't work.
.control
let t = pwl(0 -40 500u -40 1m 125 1.5m 125)
set temp = t
tran 1u 1.5m
plot vout
reset
.endc