summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/adms/ekv/ekv_tran.sp
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/spice/examples/adms/ekv/ekv_tran.sp')
-rw-r--r--Windows/spice/examples/adms/ekv/ekv_tran.sp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Windows/spice/examples/adms/ekv/ekv_tran.sp b/Windows/spice/examples/adms/ekv/ekv_tran.sp
new file mode 100644
index 00000000..da3927b8
--- /dev/null
+++ b/Windows/spice/examples/adms/ekv/ekv_tran.sp
@@ -0,0 +1,18 @@
+EPFL-EKV version 2.6 nch
+
+.include ekv26_0u5.par
+
+*
+vd d 0 dc 0.1
+vg g 0 dc 0.0
+vs s 0 dc 0.0
+vb b 0 dc 0.0
+m1 d g s b nch
+*
+* Transfer
+.control
+dc vg 0 5 0.1 vb -5 0 1
+plot abs(i(vd))
+.endc
+*
+.end