diff options
author | rahulp13 | 2021-01-07 18:22:29 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 18:22:29 +0530 |
commit | d4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch) | |
tree | 28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/xspice/original-examples/suffixes.deck | |
parent | 376e748df438933088721286402462dffd6367c0 (diff) | |
parent | 63e3156454f39732a3101c29d42b473a89ca68d2 (diff) | |
download | eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2 eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip |
Merge windows installer updates with linux installer
Diffstat (limited to 'Windows/spice/examples/xspice/original-examples/suffixes.deck')
-rw-r--r-- | Windows/spice/examples/xspice/original-examples/suffixes.deck | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Windows/spice/examples/xspice/original-examples/suffixes.deck b/Windows/spice/examples/xspice/original-examples/suffixes.deck deleted file mode 100644 index cbacf988..00000000 --- a/Windows/spice/examples/xspice/original-examples/suffixes.deck +++ /dev/null @@ -1,25 +0,0 @@ -Engineering suffixes -* -* This circuit contains a code model which accepts several -* parameters of various types and prints them. The values -* specified on the .model card use engineering suffixes on -* the numeric parameters. -* -.op -* -r1 1 0 1k -r2 2 0 1k -r3 1 2 1k -* -a1 [1 2] mod -.model mod print_param_types -+ integer=2k -+ real=3.0u -+ complex=< 4.0f 5.0mil > -+ string=six -+ integer_array=[7meg 8] -+ real_array=[9.0n 10.0p] -+ complex_array=[< 11.0t 12.0g > < 13.0m 14.0 >] -+ string_array=[fifteen sixteen] -* -.end |