derivative inside of .func

This commit is contained in:
Holger Vogt
2022-12-04 10:41:17 +01:00
parent 288d60b8cb
commit 2b412cf470
+18
View File
@@ -0,0 +1,18 @@
dd test 2 with .func
V1 1 0 dc 0 pulse 0 2 0 1 1 1 4
B2 2 0 v = ddt(V(1))
B3 3 0 v = border(v(1))
.func border(x) if (ddt(x) > 0, 1, 0)
.tran 1m 8
.control
run
plot v(1) v(2) v(3)
.endc
.end