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/d_source/PWMexample.net | |
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/d_source/PWMexample.net')
-rw-r--r-- | Windows/spice/examples/xspice/d_source/PWMexample.net | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Windows/spice/examples/xspice/d_source/PWMexample.net b/Windows/spice/examples/xspice/d_source/PWMexample.net deleted file mode 100644 index a7771271..00000000 --- a/Windows/spice/examples/xspice/d_source/PWMexample.net +++ /dev/null @@ -1,22 +0,0 @@ -* PWMexample.net -* calling with: -* ngspice -r ngs.raw -b PWMexample.net - -.model input_vector d_source(input_file = "pwmexample_data.text") -.model dac1 dac_bridge(out_low = 0.7 out_high = 3.5 out_undef = 2.2 -+ input_load = 5.0e-12 t_rise = 1e-9 t_fall = 1e-9) - - -*============== Begin SPICE netlist of main design ============ -A1 [3 4] input_vector -abridge1 [3] [33] dac1 -abridge2 [4] [44] dac1 -R1 33 1 1K -C1 0 1 10n - -.control -save 33 44 1 -tran 1us 50m -wrdata $inputdir/fil2.dat V(33) v(44) V(1) -plot v(44) V(1) xlimit 22.9m 23m -.endc |