L
LM
There are many kinds of them for instance from NXP.
Jim said:I need to get LTspice symbol and library maneuvers into my skill-set.
In PSpice I have it down to totally effortless ;-)
I have the "original crispy" MicroSim flavor of schematic capture
So easy to use that OrCAD, then Cadence, chose to crush it.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon athttp://www.analog-innovations.com| 1962 |
I love to cook with wine. Sometimes I even put it in the food.
Jim Thompson said:On Sat, 20 Oct 2012 12:10:09 -0700, Jeff Liebermann
<[email protected]>
wrote:
There are many kinds of them for instance from NXP.
[snip]
Learn to make your own symbols.
...Jim Thompson
I think they have a dual-gate FET symbol, just no models.
I need to get LTspice symbol and library maneuvers into my skill-set.
In PSpice I have it down to totally effortless ;-)
...Jim Thompson
Jim Thompson said:Jim Thompson said:On Sat, 20 Oct 2012 15:29:37 -0500, Tim Wescott
On Sat, 20 Oct 2012 13:00:47 -0700, Jim Thompson wrote:
On Sat, 20 Oct 2012 12:10:09 -0700, Jeff Liebermann
<[email protected]>
wrote:
There are many kinds of them for instance from NXP.
[snip]
Learn to make your own symbols.
...Jim Thompson
I think they have a dual-gate FET symbol, just no models.
I need to get LTspice symbol and library maneuvers into my skill-set.
In PSpice I have it down to totally effortless ;-)
...Jim Thompson
It does seem vague, just a few lines of Help on the subject. But it's
straight forward with a little practice.
Cheers
Don't be vague, just tell me how ;-)
...Jim Thompson
I have the "original crispy" MicroSim flavor of schematic capture
So easy to use that OrCAD, then Cadence, chose to crush it.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon athttp://www.analog-innovations.com| 1962 |
I love to cook with wine. Sometimes I even put it in the food.
I've been doing PSpice so far back that I ran it under DOS, drew
schematics on paper, numbered the nodes, the entered the netlist with
some klutzy text editor. My oldest son wrote me a version controller,
so that every new netlist and DAT file could be tracked.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon athttp://www.analog-innovations.com| 1962 |
I love to cook with wine. Sometimes I even put it in the food.
You can't do the hysteric core model based on a model first proposed inRobert said:I still have AND USE my DOS version. Why? because it has the ability
to plot BH Curves directly
BHCURVE - GENERATES A BH CURVE FOR A CORE
* model uses MKS and CGS units of cm and cm^2 for input
* plot converts to Gauss and Oersteds for output
* to plot, set Y = B(K1) and X = H(K1)
.TRAN 1 6 0 1000uS
.OPTIONS ITL5=0
I1 0 1 SIN(0 .1 1 1)
I2 0 1 SIN(0 .2 1 2)
I3 0 1 SIN(0 .8 1 3)
R1 1 0 1
L1 1 0 200
K1 L1 .9999 KBREAK
.model KBREAK CORE(AREA=3.27156 PATH=12.90399 GAP=0
+K=100 MS=97772.47 A=500 C=0.2)
.PROBE
.END
wish LTspice did something like that.
drew it on paper?! memory slipping? just left to right like playing
chess in your mind.
Most are gone.What do you want to use a dual-gate for?
NEC used to have some dual-gate gaasfets, which were cool. They are
apparently gone now, along with a ton of other gaas discretes.
You can't do the hysteric core model based on a model first proposed in
by John Chan ? It's supported in Ltspice. The problem is that mechanical
data has to be supplied.
I think LTspice can do the same thing. Just think your way thru
parameterization.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon athttp://www.analog-innovations.com| 1962 |
I love to cook with wine. Sometimes I even put it in the food.
You can't do the hysteric core model based on a model first proposed in
by John Chan ? It's supported in Ltspice. The problem is that mechanical
data has to be supplied.
Apologies to OP, seemed to have hijacked your thread, but please bear
with us here...
You missed the syntax of K1 and the ease of plotting BH Curve.
Although I laud LTspice for using MKS units it can get confusing,
going back and forth...
Hc = 1.251 Oe = 99.55 A/m
Bs = 1.202e3 G = .1202 T
Br = 85.14 G = .008514 T
Area = 3.27156 = 327.156e-6 sq m
Path = 12.90399 = .129039 m
Gap = 0 = 0 ??
B from Gauss to Tesla divide by 1e4
H from Oersted to Amp/m multiply by 79.57747
then in LTspice you must plot the following 'formulas' to get the BH
Curve:
H=NI/pathlength = 1550*I/1A
Bup = (.1202*(1550*I(L1)+99.55)/(abs(1550*I(L1)+99.55)+99.55*13.12) +
1.94779e-3*I(L1))/1A
Bdn = (.1202*(1550*I(L1)-99.55)/(abs(1550*I(L1)-99.55)+99.55*13.12) +
1.94779e-3*I(L1))/1A,
,or both, but doesn't work so well
Bmag = (.1202*(1550*I(L1)+99.55)/(abs(1550*I(L1)+99.55)+99.55*13.12) +
1.94779e-3*I(L1) + .1202*(1550*I(L1)-99.55)/
(abs(1550*I(L1)-99.55)+99.55*13.12) + 1.94779e-3*I(L1))/2A
Can't remember if those are ceneric constants, or constants just for
THIS model. I either get the 'going up' side or the 'going down side'
but nothing like I used to get with PSpice DOS version.
By the way, you'll find that LTspice's curve fit for the Chan model is
excellent! PSpice's Jiles-Atherton model used to make hour glass
shaped hysteresis curves that were incredibly difficult to make
square. But, LTspice does fairly well, by just supplying two terms
Bsat and the Br [where it hits the axis] and you get a decent looking
curve.
Jim, THAT's uncharacteristically vague.See the reply to Jamie for the
way to make LTspice do similar plot to what PSpice DOS version used to
do. I say 'similar' because I have not been able to get the ends of
the curve to touch each other, get close, but no cigars..
John Larkin said:"Jim Thompson" <[email protected]>
schrieb
im Newsbeitrag On Sat, 20 Oct 2012 20:58:34 -0400, "Martin Riddle"
"Jim Thompson" <[email protected]>
wrote
in message On Sat, 20 Oct 2012 15:29:37 -0500, Tim Wescott
On Sat, 20 Oct 2012 13:00:47 -0700, Jim Thompson wrote:
On Sat, 20 Oct 2012 12:10:09 -0700, Jeff Liebermann
<[email protected]>
wrote:
On Sat, 20 Oct 2012 10:05:23 -0700 (PDT), LM
<[email protected]>
wrote:
There are many kinds of them for instance from NXP.
[snip]
Learn to make your own symbols.
...Jim Thompson
I think they have a dual-gate FET symbol, just no models.
I need to get LTspice symbol and library maneuvers into my
skill-set.
In PSpice I have it down to totally effortless ;-)
...Jim Thompson
It does seem vague, just a few lines of Help on the subject. But
it's
straight forward with a little practice.
Cheers
Don't be vague, just tell me how ;-)
...Jim Thompson
Hello Jim,
Open the symbol editor.
Place 4 pins.
Right-click on each pin to edit the netlist order to the order in the
.subckt-line.
Draw some nice graphic around it.
Write BFXXX into attribute "Value". Edit -> attributes
Save.
Place this symbol in the schematic.
Change BFXXX to BF998
Include the model file with a SPICE-directive
.lib name_of_file
Wire the complete circuit.
RUN the simulation.
I have used BFXXX in the symbol, because I had in mind to use it for
BF996,
BF999, BF???.
If I had used BF998 in the symbol editor, I wouldn't have to change
it
later in the schematic of course.
It's also possible to make a symbol only for the BF998.
Last but not least you can already specify the model file in the
symbol too.
Best regards,
Helmut
Thanks, Helmut!
Suppose I make parts/symbols as in...
http://www.analog-innovations.com/SED/SubcircuitImportByNetlist.pdf
where "MODEL" is subcircuit name.
Does that work in LTspice, and can I change "MODEL" in the schematic?
...Jim Thompson
Whoever helps Jim learn to use LT Spice should charge him for it. His
only goal is, he admits, to make money.