diff options
author | rahulp13 | 2021-01-07 07:55:48 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 07:55:48 +0530 |
commit | 088203b088a02eabb4606dc734e901b81f237b11 (patch) | |
tree | ebe9109661a149c82fc66599a6ce8103637d0b4a /Windows/spice/examples/xspice/filesource | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
download | eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.gz eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.bz2 eSim-088203b088a02eabb4606dc734e901b81f237b11.zip |
removed outdated dependencies
Diffstat (limited to 'Windows/spice/examples/xspice/filesource')
-rw-r--r-- | Windows/spice/examples/xspice/filesource/my-source.txt | 12 | ||||
-rw-r--r-- | Windows/spice/examples/xspice/filesource/simple-filesource.cir | 28 |
2 files changed, 0 insertions, 40 deletions
diff --git a/Windows/spice/examples/xspice/filesource/my-source.txt b/Windows/spice/examples/xspice/filesource/my-source.txt deleted file mode 100644 index be21b680..00000000 --- a/Windows/spice/examples/xspice/filesource/my-source.txt +++ /dev/null @@ -1,12 +0,0 @@ -* input test -0 0 1 -10e-6 0.1 0.9 -20e-6 0.2 0.8 -30e-6 0.3 0.7 -40e-6 0.4 0.6 -50e-6 0.5 0.5 -60e-6 0.6 0.4 -70e-6 0.7 0.3 -80e-6 0.8 0.2 -90e-6 0.9 0.1 -100e-6 1 0 diff --git a/Windows/spice/examples/xspice/filesource/simple-filesource.cir b/Windows/spice/examples/xspice/filesource/simple-filesource.cir deleted file mode 100644 index 70876249..00000000 --- a/Windows/spice/examples/xspice/filesource/simple-filesource.cir +++ /dev/null @@ -1,28 +0,0 @@ -filesource staircase non-interpolating and interpolating - -* non-interpolating -.model filesrc filesource (file="my-source.txt" -+ amploffset=[0.1 0.1] amplscale=[3.0 3.0] -+ timeoffset=0 timescale=1 -+ timerelative=false amplstep=true) - -* interpolating -.model filesrc2 filesource (file="my-source.txt" -+ amploffset=[0.1 0.1] amplscale=[3.0 3.0] -+ timeoffset=0 timescale=1 -+ timerelative=false amplstep=false) - -A1 %vd([1 0 N_IN 0]) filesrc -Rload N_IN 0 1k - -A2 %vd([2 0 N_IN2 0]) filesrc2 -Rload2 N_IN2 0 1k - -.control -option NOINIT ACCT - -tran 1us 100us -display -plot allv -.endc -.end
\ No newline at end of file |