Remove unused variable debarr.

Add another example.
This commit is contained in:
Holger Vogt
2022-12-04 10:41:22 +01:00
parent 2b412cf470
commit 1b121307c8
3 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
dd test 2 with .func
ddt test 2 with .func
V1 1 0 dc 0 pulse 0 2 0 1 1 1 4
+17
View File
@@ -0,0 +1,17 @@
ddt test 3 with RC
V1 1 0 dc 0 pulse 0 2 1u 1n 1n 100u 200u
R1 1 2 1k
C1 2 0 1u
B2 22 0 v = ddt(V(2))/1000
.tran 100n 3m
.control
run
plot v(2) v(22)
*print v(22)
.endc
.end