summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/xspice/fstest.sp
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/xspice/fstest.sp
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.gz
eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.bz2
eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.zip
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/xspice/fstest.sp')
-rw-r--r--Windows/spice/examples/xspice/fstest.sp26
1 files changed, 0 insertions, 26 deletions
diff --git a/Windows/spice/examples/xspice/fstest.sp b/Windows/spice/examples/xspice/fstest.sp
deleted file mode 100644
index f0f552a8..00000000
--- a/Windows/spice/examples/xspice/fstest.sp
+++ /dev/null
@@ -1,26 +0,0 @@
-* filesource Test
-
-* two differential ports 1 0 and 3 0 are used, so your input file
-* has to have three columns (time, port_value 1, portvalue 2)
-
-AFILESRC %vd([1 0 3 0]) filesrc
-.model filesrc filesource (file="sine.m" amploffset=[0 0] amplscale=[1 1] timerelative=false amplstep=false)
-
-V2 2 0 0.0 SIN(0 1 1MEG 0 0 0.0)
-V4 4 0 0.0 SIN(0 1 1MEG 0 0 90.0)
-
-.tran 1n 1.0u
-
-.control
-run
-*listing param
-wrdata vspice V(1) V(2) V(3) V(4)
-
-
-plot V(1) V(2) V(3) V(4)
-
-* error between interpolation and sine source
-* should be less than 1mV up to 1us
-plot V(1,2) V(3,4)
-.endc
-.end