Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- LTspice
- Messages
Search
Re: Create symbols.
开云体育On 25/02/2025 11:44, j.bernabe1 via
groups.io wrote:
He abierto la ayuda con F1, pero la ventana que se abre, no contiene nada.What version of LTspice are you using? The F1 key works on V17.1, V24.0 and V24.1. If you're using one of those and it doesn't work, your installation may be missing the help file. -- Regards,
Tony |
Re: Create symbols.
开云体育On 25/02/2025 11:34, j.bernabe1 via
groups.io wrote:
Help?? where?? in this channel?? Or in LTSpiceThe LTspice Help. Just hit the F1 key. Haven't you ever read the Help? -- Regards, Tony |
Re: Create symbols.
开云体育On 25/02/2025 11:28, j.bernabe1 via
groups.io wrote:
Can I remove it from the rectangle and load the symbol for a comparator from a library?No, the symbol editor lacks many of the features of the schematic editor. You cannot drag items from one symbol into another, like you can with schematics. -- Regard, Tony |
Re: Create symbols.
开云体育On 25/02/2025 11:17, j.bernabe1 via
groups.io wrote:
Thanks for answeringIf your comparator has 5 pins, you can start with the LTspice opamp2 symbol. The most important thing is for the symbol pin order to match to the order in the .subckt line. The pin names do not have to match. If they match, then you only have to change the opamp2 symbol's value to match the .subckt name, and you're good to go. But, honestly, if you can draw schematics, you can also draw symbols. It's not hard, and once you have had a little practice, you will never use auto-generated symbols again, and we will all be glad. Did you look in: Help > Schematic Capture > Creating New Symbols ? -- Regards, Tony |
Re: .MEAS Failure
开云体育On 25/02/2025 10:53, eewiz via
groups.io wrote:
Ah, OK. I seem to remember this issue might also be dependent on the graphics card/driver. There are also message threads from many years ago, before V24, that certain (Intel) CPUs were more susceptible to crashes. Helmut documented which types were most problematic, but I can't find that right now. -- Regards, Tony |
Re: Create symbols.
开云体育On 25/02/2025 10:29, j.bernabe1 via
groups.io wrote:
Yes, symbols can be automatically generated from any text file containing a valid .subckt. It doesn't matter what the name of the file is. It can be a .lib or .sub file, but it doesn't have to be. The procedure is simple.
So, here are some alternatives:
Regards, Tony |
Re: .MEAS Failure
Hi Tony,
?
I have 136GB free space on the drive where the .RAW file grows.
I did have Mark Data Points turned on which makes the plot window render many times slower.
?
Also, I can crash the plot window, taking LTspice 24.0.12 along with it, whenever I wish.
See
Close a window that overlays the plot window, as the plot window is rendering, and poof, there goes LTspice.
The plot window crashing is nothing new to me.
?
I agree also that increasing numdgts was not the cause of the crash.
?
All for now
Sent:?Tuesday, February 25, 2025 at 3:54 AM
From:?"Tony Casey via groups.io" <tony@...> To:[email protected] Subject:?Re: [LTspice] .MEAS Failure On 25/02/2025 06:59, eewiz via groups.io wrote:
This suggests that LTspice might have crashed because you ran out of disk space. I have never seen crashes upon invoking double precision, but I have when running out of disk space. -- Regards,
Tony |
Re: .MEAS Failure
开云体育On 25/02/2025 10:28, Tony Casey wrote:
After adding .option measdgt=15:Note, that the correct time value for this is actually 0.5005005005005... The problem was deliberately set so the answer was an irrational number. -- Regards,
Tony |
Re: intuition behind a solution to crashing time domain simulation
#Time-step-too-small
开云体育I suppose the OP posted more than one version
of the .ASC. I don't think it's worth pursuing any further, but
the fact that it runs OK with the simple opamp suggests that
there is a problem with the AD757 model. On 2025-02-25 01:07, 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: .MEAS Failure
开云体育On 25/02/2025 08:53, eewiz via
groups.io wrote:
In general, it is usually impossible to prove the non-existence of something. Hardly a phenomenal waste of processor power. Linear interpolation between two points is a trivially simple operation. The .MEAS already finds the last data point before, and the first data point after the target is reached. Interpolation means you always get a more accurate answer even when not using very small values of maximum timestep, with very little overhead. This is obviously not true. The end result of using FALL=1 is to print out the interpolated value. The reason why you found that apparently two points at the same time had two different voltages is due the printed precision of the time points. The time points are printed in single precision in the logfile. You can get double precision by adding .option measdgt=15. This is true whether or not you also use .option numdgt=15. For example, to find the first falling value of 0, I added: .MEAS T1 when V(test)=0 fall=1 ..when analysing a 0.999Hz sine wave with .TRAN 1.1. By default the logfile was: LTspice 24.0.12 for Windows After adding .option measdgt=15: LTspice 24.0.12 for WindowsNote: this option is sticky. It remains active for the session (until you close and restart LTspice), even if it is removed. Whether this is intended or not is not known. AFAIK, it is not documented. --
Regards, Tony` |
Re: .MEAS Failure
开云体育On 25/02/2025 02:50, Andy I via
groups.io wrote:
This is also true with .MEAS. The time points are printed in single precision in the logfile, by default. You can get double precision by adding .option measdgt=15. This is true whether or not you also use .option numdgt=15. For example, to find the first falling value of 0, I added: .MEAS T1 when V(test)=0 fall=1 ..when analysing a 0.999Hz sine wave with .TRAN 1.1. By default the logfile was: LTspice 24.0.12 for Windows After adding .option measdgt=15: LTspice 24.0.12 for WindowsNote: this option is sticky. It remains active for the session (until you close and restart LTspice), even if it is removed. Whether this is intended or not is not known. AFAIK, it is not documented. --
Regards, Tony |
Re: .MEAS Failure
开云体育On 25/02/2025 06:59, eewiz via
groups.io wrote:
This suggests that LTspice might have crashed because you ran out of disk space. I have never seen crashes upon invoking double precision, but I have when running out of disk space. -- Regards,
Tony |
to navigate to use esc to dismiss