i am designing CTAP in BGR, but i can't run x axis in time domain. i use following command
"
.control
foreach tempval 45 55 65 75 85 95 105 115 125
set temp = $tempval
echo
dc V1 0.9 0.9 0.1
meas dc Vout_at_temp_$tempval FIND V(out)
end
write ctap_temp.raw
.endc
"
but the result is error. Please tell me how to fix it.
Thanks