Installing and using LTspice IV (now including LTXVII), From beginner to advanced

Look at the netlist, it's all there.
Tools|Export netlist, or
View|Spice Netlist
Jan
helitim, Try this:

Copy netlist to spreadsheet. EG OpenOffice when you Paste the netlist the filter dialog appears, select space delimiter, OK. Then Sort (in Data menu) by 1st column. Then delete the second and third columns (they are nodes) leaving name then value. Clear unwanted rows. That's it
.
attachment.php
 

Attachments

  • ASC-to-BOM.png
    ASC-to-BOM.png
    4.4 KB · Views: 247
Account Closed
Joined 2010
Would anyone enlight me on a problem?
I tried to sim a phono circuit based on an op-amp from LTspice archive, LT1115 and the simulation works no matter what the input bias resistor value is showing identical results even with no DC bias at all...Can someone explain this matter to me or if there are other op-amps that can deal with this condition in a different manner or if i need some convergence rule i don't know, or what do i need to know and do to figure out the effect of a given value resistor biasing the inputs ?
 

Attachments

  • compound.png
    compound.png
    41.4 KB · Views: 106
  • compound1.png
    compound1.png
    39.4 KB · Views: 107
  • compound2.png
    compound2.png
    38.7 KB · Views: 90
Would anyone enlight me on a problem?
I tried to sim a phono circuit based on an op-amp from LTspice archive, LT1115 and the simulation works no matter what the input bias resistor value is showing identical results even with no DC bias at all...Can someone explain this matter to me or if there are other op-amps that can deal with this condition in a different manner or if i need some convergence rule i don't know, or what do i need to know and do to figure out the effect of a given value resistor biasing the inputs ?

This is probably because you are using a very short sim time.
When the sim starts there is zero volt on your large input cap and it takes time to charge it with the input current from the amp.
Try the same with a much longer time window or a much smaller input cap and you will probably see that the DC voltage at the output starts drifting.

Hans
 
Account Closed
Joined 2010
The models include equal resistors between the input and power pins to simulate input currents.
I thought about that too just wasn't sure, but i wanted to hear other's opinion.Do you know a bipolar low noise op-amp in ltspice library that doesn't have the same isssue, good enough to run some tests?
This is probably because you are using a very short sim time.
When the sim starts there is zero volt on your large input cap and it takes time to charge it with the input current from the amp.
Try the same with a much longer time window or a much smaller input cap and you will probably see that the DC voltage at the output starts drifting.

Hans
I tried that and it's not the case.I lowered the input capacitor to the lowest possible value to pass 1khz witout significant level loss(10nf...100nf) and increased the sim time to 100m from 11ms, but i always put a start time at 1ms.I've repeated the tests at 10khz...same thing.
 
Account Closed
Joined 2010
@Jan when you added (or delete) you reffered to offset.I tried that too, but strictly speaking it doesn't really matter..Problem was just partaially solved(regarding only to the offset problem) by using opa228 spice model as i am using real opa2228.For some reason they provide now the.lib file too.My real concerns aren't solved yet by the new model but at least needs external bias.
 
AX tech editor
Joined 2002
Paid Member
Making progress in getting the 6HV5 up and running, but hit a snag.
After a lot of time roaming the ´net, I found an LTspice model for the 6HV5±

Code:
.subckt 6HV5  P G K
    Bp  P K  I=((0.002251977888m)+(-5.369015936e-005m)*V(G,K))*uramp((370.7812379)*V(G,K)+V(P,K)+(423.2938397))**1.5 * V(P,K)/(V(P,K)+(57.14378617))
.ends

But when I try to run it, I get an error from the Bp which I assume is a behavioral source. The error is:

u1:bp: Unknown circuit node " nc_02" requested in behavioral source.

I have no idea where that nc_02 thing is ... Also, what means that ' uramp' ?
Anybody can help me out?

Jan

Plain text:

.subckt 6HV5 P G K
Bp P K I=((0.002251977888m)+(-5.369015936e-005m)*V(G,K))*uramp((370.7812379)*V(G,K)+V(P,K)+(423.2938397))**1.5 * V(P,K)/(V(P,K)+(57.14378617))
.ends
 
Last edited: