Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
V1 1 0 ac 1 pwl time1 val1
+ time2 val2
+ time3 val3
...
+ [R=timeX]
.tran timeStep stopTime [start=startTime]
lordfire said:i have witten a vector file
i want to introduce it to the simulate source
but it still seems WRONG
v1 1 0 ac pwl file='d:\lib\simsource.txt'
.tran 0.01n 30n
V1 1 0 AC 1 0 PWL (time, vol)
.DATA vector MER
FILE='vecfile' time=1 vol=2
.ENDDATA
1.0e-9 0.0
2.0e-9 0.0
2.1e-9 2.5
3.0e-9 2.5
3.1e-9 0.0
...
.TRAN DATA=vector