Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Noise modelling
开云体育I just got tasked with trying to characterize (and filter) a noisy switch-mode power supply, ? There has been some chatter here about noise generation over the years, but one simulation mode I don’t recall seeing is use of the OTA Special Function with its various noise specs. Does anyone have suggestions on how to use this Library device? ? Thanks, Dave ? |
Re: 12AU7 tube heater model
On Fri, Feb 21, 2025 at 11:56 AM, Carlo wrote:
Yes. ?
SPICE (and by extension LTspice) adds GMIN and others such as GSHUNT, GFARAD, and GFLOAT wherever they are needed, and that is done internally and they do not appear in the netlist.? That's just how it is done.? They are not explicit components.
?
Andy
? |
Re: using LTSPICE symbols for representation of spice netlist of OPAMP
On Fri, Feb 21, 2025 at 10:30 AM, john23 wrote:
I'm sorry, but that question does not make sense. ?
The photo does not show a symbol menu.? It is a photo of your auto-generated symbol.? If you want to not use the auto-generated symbol, then do not add it to your schematic.? If it is on your schematic already, delete it from the schematic.
?
Add the opamp2 symbol to your schematic.? Edit the name next to it, from "opamp2", to the name you use for your "wrapper" subcircuit (the one that "wraps around" the actual AD797).? I used "MyAD797" in the example I showed previously.? Also get the netlist of that "wrapper" subcircuit into your simulation - either paste it directly onto the schematic (as a SPICE Directive), or include it as an .INCluded file.
?
Andy
? |
Re: 3 Phase Voltage Sense model
Andy, straightened out the pin order on the schematic symbol to match the .sub file, really thought I had it straight but they were off.? Guess that's what happens when you're doing several things at one time.? Circuit simulates properly now with the 3Phase_Voltage_Sense.asy symbol.
?
Want to thank everyone for their feedback.
?
Larry |
Re: using LTSPICE symbols for representation of spice netlist of OPAMP
Hello Andy , very intresting Idea .Indeed I will keep the decomp pin open.
I am used to start with the netlist and generating a symbol automatickly.
How do I involve the opamp2 symbol into the symbol menu window shown below? ?
/g/LTspice/photo/294510/3888971?p=Created%2C%2C%2C20%2C2%2C0%2C0
? |
Re: using LTSPICE symbols for representation of spice netlist of OPAMP
Also, there is this:
?
If you can draw a schematic, then you can draw a symbol.? Don't be afraid to make a brand new symbol.? Taking the "easy way out" by only auto-generating symbols, demonstrates laziness.? Don't be "that person" who is too lazy to try to do better.
?
Andy
?
? |
Re: 12AU7 tube heater model
开云体育Indeed, but I think it is a dangerous option,
to be used only with great care. Parallel V sources can create
infinite loop current, and non-physical transformers are not
easy to detect, which being liable to produce credible but wrong
results. On 2025-02-21 14:44, Andy I via
groups.io wrote:
--
OOO - Own Opinions only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion |
Re: 12AU7 tube heater model
vOn Fri, Feb 21, 2025 at 09:35 AM, Carlo wrote:
I do not think it was designed for that purpose.
?
It does not eliminate the error message.? The error message comes about because of a topology check.? When LTspice is checking the topology, it likely does not include things such as GMIN as if they were separate elements.
?
There is another option to disable the topology check that caused this error.
The description is: "Set to zero to skip check for floating nodes, loops of voltage sources, and non-physical transformer winding topology".
?
Andy
?
|
Re: 12AU7 tube heater model
On Fri, Feb 21, 2025 at 06:01 AM, Andy I wrote:
Very good. By using Gmin stepping iteration, the spike is at 166 mA. Starting from 167 mA the heater resistance becomes negative and, as you highlighted, the Duncan Amps heater model begins to fail. ?
?
BTW, on LTspice Control Panel->Hacks! tab there is a checkbox named "Add GMIN across current sources".?Is it supposed to "address" such a problem/error related to the current source's infinite impedance ?
?
? |
Re: PWM Timing Causing Shoot-thru
开云体育It's not the model that's missing, it the symbol: IR2110.asy.-- Regards,
Tony On 21/02/2025 15:18, May via groups.io
wrote:
|
Re: PWM Timing Causing Shoot-thru
On Fri, Feb 21, 2025 at 09:18 AM, May wrote:
Please read carefully.? You did not upload the SYMBOL file, which is IR2110.asy.? That file is missing from the .zip that you uploaded.? Having the model file does no good when the symbol file isn't there.
?
Of course it works fine on YOUR computer, because you have that symbol file already, somewhere in YOUR computer.? But we don't.? When I open your schematic, there is an error message, and there are "holes" on your schematic where the IR2110 symbol was supposed to be.? And I can't run the simulation without it and get meaningful results.
?
Andy
? |
Re: using LTSPICE symbols for representation of spice netlist of OPAMP
On Fri, Feb 21, 2025 at 09:03 AM, john23 wrote:
No you can't use the normal op-amp symbol directly, because of that extra pin.? The normal op-amp symbol is "opamp2", and it works for the majority of op-amps.? But not this one. ?
Here is something to consider doing.? Make a copy of the opamp2 symbol.? Then edit that symbol (in LTspice's symbol editor) to add the extra decompensation pin, and save the symbol with a new name, in your own symbol library.
?
Alternatively, start searching through the vast numbers of Analog Devices op-amps that come with LTspice, until you find another one that has an extra pin but still looks like an op-amp.? Make yourself a copy of that one.
?
If you know that you will never use the decompensation pin, there is another alternative:? Wrap a 5-pin subcircuit around the Analog Devices AD797 model, and don't bring that extra pin out to the outer subcircuit.? Now you have a 5-pin subcircuit, which CAN be used with the built-in "opamp2" symbol.
?
.SUBCKT MyAD797 In+ In- V+ V- Out
X? In+ In- V+ V- Out Decomp? AD797
.LIB AD797.cir
.ENDS MyAD797
?
Andy
? |
Re: 12AU7 tube heater model
开云体育The model is obviously seriously wrong. I?
really can't see why a simple formula Rhot = Rcold*(1 +aT +
bT^2)? could not be used. That can't possibly 'blow up'. T =
Thot - Tcold. On 2025-02-21 14:01, Andy I via
groups.io wrote:
--
OOO - Own Opinions only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion |
Re: PWM Timing Causing Shoot-thru
Hi Andy!
?
I am still checking this thread.
?
I did include IR2110.sub in the zip file. I just downloaded my zip, extracted it to a folder and was able to run the simulation without any issues.
?
You are most likely absolutely correct about the "C" signals; I have not yet touched those. Was focused on "A" and "B".
?
Thanks!
-May |
Re: 12AU7 tube heater model
On Fri, Feb 21, 2025 at 09:06 AM, John Woodgate wrote:
Hmm.? Define "zero ohms".? :-) ?
The current through the G-source can become zero, which it does when the voltage across it is zero.? It isn't zero ohms in that case.
?
I suppose it could become zero ohms too, but I am not sure if LTspice can handle the math for that, as a G-source.? Maybe an E-source would be better for that.
?
?
? |