diff options
author | Rahul Paknikar | 2021-01-08 12:47:23 +0530 |
---|---|---|
committer | GitHub | 2021-01-08 12:47:23 +0530 |
commit | e6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch) | |
tree | fd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/cider/serial/dbridge.cir | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-i2.1.tar.gz eSim-i2.1.tar.bz2 eSim-i2.1.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/cider/serial/dbridge.cir')
-rw-r--r-- | Windows/spice/examples/cider/serial/dbridge.cir | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Windows/spice/examples/cider/serial/dbridge.cir b/Windows/spice/examples/cider/serial/dbridge.cir deleted file mode 100644 index 052ae4f0..00000000 --- a/Windows/spice/examples/cider/serial/dbridge.cir +++ /dev/null @@ -1,30 +0,0 @@ -DIODE BRIDGE RECTIFIER - -VLINE 3 4 0.0V SIN 0V 10V 60HZ -VGRND 2 0 0.0V -D1 3 1 M_PN AREA=100 -D2 4 1 M_PN AREA=100 -D3 2 3 M_PN AREA=100 -D4 2 4 M_PN AREA=100 -RL 1 2 1.0K - -.MODEL M_PN NUMD LEVEL=1 -+ *************************************** -+ *** ONE-DIMENSIONAL NUMERICAL DIODE *** -+ *************************************** -+ OPTIONS DEFA=1P -+ X.MESH LOC=0.0 N=1 -+ X.MESH LOC=30.0 N=201 -+ DOMAIN NUM=1 MATERIAL=1 -+ MATERIAL NUM=1 SILICON -+ MOBILITY MAT=1 CONCMOD=CT FIELDMOD=CT -+ DOPING GAUSS P.TYPE CONC=1E20 X.L=0.0 X.H=0.0 CHAR.L=1.0 -+ DOPING UNIF N.TYPE CONC=1E14 X.L=0.0 X.H=30.0 -+ DOPING GAUSS N.TYPE CONC=5E19 X.L=30.0 X.H=30.0 CHAR.L=2.0 -+ MODELS BGN ^AVAL SRH AUGER CONCTAU CONCMOB FIELDMOB -+ METHOD AC=DIRECT - -.OPTION ACCT BYPASS=1 METHOD=GEAR -.TRAN 0.5MS 50MS -.PRINT I(VLINE) -.END |