| View previous topic :: View next topic |
| Author |
Message |
reVintage
Joined: 07 Sep 2007 Posts: 336 Location: Sweden
|
Posted: Thu May 06, 2010 11:06 am Post subject: 150C2 |
|
|
Hey guys,
Anyone got a model of a 150V regulator tube? As this, as I guess, isnīt too critical I have until now used a 150V zener in disguise . Do you think this is good enough?
_________________ Brgds
Lars |
|
| Back to top |
|
 |
sbench
Joined: 28 Jan 2005 Posts: 191
|
Posted: Fri May 14, 2010 6:41 pm Post subject: |
|
|
Hi,
If you open STANDARD.DIO (in the cmp subdirectory... path something like ---> program files/LTC/LTspiceIV/lib/cmp/standard.dio
and append the following to it, you get a few tube rectifiers and voltage regulator tubes. If you then place a diode on your schematic, these parts will appear in your drop down menu. Note that each part is a line of text, in case this gets "folded over" during the posting.
Sorry so late with the response... this is the first time I've logged on in a bit... busy.
Stephie <3
.model 5Y3 D(Is=1e-2 RS=180 Cjo=20p vj=2 N=400 bv=1400 mfg=Stephie type=vacuum )
.model 5R4 D(Is=1e-2 RS=150 Cjo=30p vj=2 N=305 bv=3100 mfg=Stephie type=vacuum )
.model 6X4 D(Is=1e-2 RS=121 Cjo=20p vj=2 N=256 bv=1250 mfg=Stephie type=vacuum )
.model 5U4 D(Is=1e-2 RS=103 Cjo=30p vj=2 N=250 bv=1550 mfg=Stephie type=vacuum )
.model 6AL5 D(Is=1e-2 RS=60 Cjo=5p vj=2 N=128 bv=330 mfg=Stephie type=vacuum )
.model 5AR4 D(Is=1e-2 RS=36 Cjo=30p vj=2 N=80 bv=1500 mfg=Stephie type=vacuum )
.model 0A2 D(Is=10u Rs=50 Cjo=10p nbv=147 bv=150 Ibv=20m Vpk=150 mfg=Stephie type=zener )
.model 0A3 D(Is=10u Rs=30 Cjo=10p nbv=72 bv=75 Ibv=20m Vpk=75 mfg=Stephie type=zener )
.model 0B2 D(Is=10u Rs=33 Cjo=10p nbv=105 bv=108 Ibv=20m Vpk=108 mfg=Stephie type=zener )
.model 5651 D(Is=1u Rs=1k Cjo=1p nbv=84 bv=85.5 Ibv=2.5m Vpk=85.5 mfg=Stephie type=zener )
|
|
| Back to top |
|
 |
reVintage
Joined: 07 Sep 2007 Posts: 336 Location: Sweden
|
Posted: Sun May 16, 2010 12:07 pm Post subject: |
|
|
Hey Stephie,
Thanks for all the models. They will come in handy in later designs.
I did it this way using a 150V std zener that I renamed:
.MODEL 150C2 D(IS=1.65E-10 RS=327 TT=5.01E-8 CJO=4.66E-11 M=0.33 + BV=147.3 IBV=0.00833 )
Then I redesigned a diode-asy. But I just noticed I get an error-message when trying to open it. It works like it should in an *.asc though.
Check the other attachment.
| Description: |
|
 Download |
| Filename: |
Schade6L63a.asc |
| Filesize: |
7.5 KB |
| Downloaded: |
32 Time(s) |
| Description: |
|
 Download |
| Filename: |
150C2.asy |
| Filesize: |
705 Bytes |
| Downloaded: |
12 Time(s) |
_________________ Brgds
Lars |
|
| Back to top |
|
 |
sbench
Joined: 28 Jan 2005 Posts: 191
|
Posted: Mon May 17, 2010 2:13 pm Post subject: |
|
|
Hi Lars,
I get a duplicate pin number when I open that "assembly" file. It netlists like..
Version 4
SymbolType CELL
LINE Normal 0 -48 0 -21
LINE Normal 0 48 0 21
LINE Normal 20 8 12 8
LINE Normal 16 12 16 4
LINE Normal 19 11 13 5
LINE Normal 13 11 19 5
CIRCLE Normal 32 32 -32 -32
CIRCLE Normal 5 -11 -5 -21
CIRCLE Normal 5 21 -5 11
CIRCLE Normal 17 9 15 7
CIRCLE Normal 18 10 14 6
CIRCLE Normal 19 11 13 5
CIRCLE Normal 20 12 12 4
WINDOW 0 16 -48 Left 0
SYMATTR Prefix X
SYMATTR Value 150C2
SYMATTR Description This symbol is for use with a subcircuit macromodel that you supply.
PIN 0 -48 NONE 0
PINATTR PinName 1
PINATTR SpiceOrder 1
PIN 0 48 NONE 0
PINATTR PinName 2
PINATTR SpiceOrder 2
PIN 16 32 NONE 8
PINATTR SpiceOrder 1
PIN 0 0 NONE 8
PINATTR SpiceOrder 3
Open one of the other ASY files in a test editor and you'll see each PIN has 2 attributes to it. You have 2 with no SpiceOrder attribute and notice that there are two SpiceOrder 1 attributed pins. That's the duplication I think.
All the best,
Stephie <3
|
|
| Back to top |
|
 |
|