开云体育

Date

Re: Push-Pull 3-Winding Transformer Model Acting as LPF too?

 

Missing:

? ? 74hc86.asy
? ? 74hc.lib

Andy


Re: Periodic signal from PWL file

 

开云体育

Whoa. I haven't seen of seen BNF for several decades (I think the last I saw it was sgen learnjng Modula-2).

DaveD

On Jul 8, 2023, at 14:48, Donald H Locker via groups.io <dhlocker@...> wrote:

?

Backus-Nauer Form! (commonly just "BNF")

Donald.

On 2023-07-08 14:45, John Woodgate wrote:

Regular expression?

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 19:43, Donald H Locker via groups.io wrote:

That is a "logical OR"? separating two optional forms of the command or of a command's parameters.

There is a formal mechanism for language specification (whose name I can't remember despite using is so many times for so long...).

If I manage to remember, I'll toss it your way.

Donald.

On 2023-07-08 11:56, Christoph wrote:
Fine so far, but using the | (vertical bar) gives an error.

PWL REPEAT FOREVER (file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT works, while
PWL REPEAT FOREVER (| file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT

doesn’t So what is the purpose of the ?|‘?

Christoph

Am 08.07.2023 um 17:52 schrieb John Woodgate <jmw@...>:

If you look at the other examples on that page, you will see that the | character is only used with a file, not with a sequence of numbers.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:40, Christoph wrote:
Thanks. This worked. Though the ?|‘ symbol (pipe) is confusing. If it designates that the data is supposed to be piped from the file, it doesn’t work. OTOH, should it mean an ?or“, then the empty left side of the ?|‘ shouldn’t be empty but contain a
list of <time><value> pairs.

Christoph



Am 08.07.2023 um 15:11 schrieb John Woodgate <jmw@...>:

There is an undocumented REPEAT feature in the Wiki at: /g/LTspice/wiki/13810

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 13:51, Christoph wrote:
I have created  a pulse source from a PWL file.
It‘s 32 samples of a signal.

Is it possible to make this pulse train periodic?

Or do I have to provide the pulse samples for every period by the PWL file?

—
Christoph



Push-Pull 3-Winding Transformer Model Acting as LPF too?

 

Hello,

Please find the uploaded two schematics in ‘PureSineInv.zip’:

[1] Sinewave inverter using a bridge to drive a two-winding linear transformer with no load and whose model include somehow its parasite LPF elements.

[2] Sinewave inverter using a push-pull drive for three-winding linear transformer (loaded) whose model doesn’t include its parasite LPF elements.


In vain, I tried tweaking the three-winding linear transformer to let it act as a LPF as done on the schematic [1].


I hope that someone can do it for me in any possible way or notify me that it cannot be done, at least for LTspice.

Your help will be much appreciated.


(In these days, I cannot afford building a push-pull inverter and its 3-winding transformer, even for 500W only, to find out that the PWM high frequency, about 16 KHz (Tpwm=64us), cannot be filtered out as it was done in the case of the full-bridge.)??

?

Best Regards,

Kerim


Re: Periodic signal from PWL file

 

开云体育

Backus-Nauer Form! (commonly just "BNF")

Donald.

On 2023-07-08 14:45, John Woodgate wrote:

Regular expression?

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 19:43, Donald H Locker via groups.io wrote:

That is a "logical OR"? separating two optional forms of the command or of a command's parameters.

There is a formal mechanism for language specification (whose name I can't remember despite using is so many times for so long...).

If I manage to remember, I'll toss it your way.

Donald.

On 2023-07-08 11:56, Christoph wrote:
Fine so far, but using the | (vertical bar) gives an error.

PWL REPEAT FOREVER (file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT works, while
PWL REPEAT FOREVER (| file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT

doesn’t So what is the purpose of the ?|‘?

Christoph

Am 08.07.2023 um 17:52 schrieb John Woodgate <jmw@...>:

If you look at the other examples on that page, you will see that the | character is only used with a file, not with a sequence of numbers.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:40, Christoph wrote:
Thanks. This worked. Though the ?|‘ symbol (pipe) is confusing. If it designates that the data is supposed to be piped from the file, it doesn’t work. OTOH, should it mean an ?or“, then the empty left side of the ?|‘ shouldn’t be empty but contain a
list of <time><value> pairs.

Christoph



Am 08.07.2023 um 15:11 schrieb John Woodgate <jmw@...>:

There is an undocumented REPEAT feature in the Wiki at: /g/LTspice/wiki/13810

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 13:51, Christoph wrote:
I have created  a pulse source from a PWL file.
It‘s 32 samples of a signal.

Is it possible to make this pulse train periodic?

Or do I have to provide the pulse samples for every period by the PWL file?

—
Christoph



Re: Periodic signal from PWL file

 

开云体育

Regular expression?

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 19:43, Donald H Locker via groups.io wrote:

That is a "logical OR"? separating two optional forms of the command or of a command's parameters.

There is a formal mechanism for language specification (whose name I can't remember despite using is so many times for so long...).

If I manage to remember, I'll toss it your way.

Donald.

On 2023-07-08 11:56, Christoph wrote:
Fine so far, but using the | (vertical bar) gives an error.

PWL REPEAT FOREVER (file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT works, while
PWL REPEAT FOREVER (| file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT

doesn’t So what is the purpose of the ?|‘?

Christoph

Am 08.07.2023 um 17:52 schrieb John Woodgate <jmw@...>:

If you look at the other examples on that page, you will see that the | character is only used with a file, not with a sequence of numbers.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:40, Christoph wrote:
Thanks. This worked. Though the ?|‘ symbol (pipe) is confusing. If it designates that the data is supposed to be piped from the file, it doesn’t work. OTOH, should it mean an ?or“, then the empty left side of the ?|‘ shouldn’t be empty but contain a
list of <time><value> pairs.

Christoph



Am 08.07.2023 um 15:11 schrieb John Woodgate <jmw@...>:

There is an undocumented REPEAT feature in the Wiki at: /g/LTspice/wiki/13810

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 13:51, Christoph wrote:
I have created  a pulse source from a PWL file.
It‘s 32 samples of a signal.

Is it possible to make this pulse train periodic?

Or do I have to provide the pulse samples for every period by the PWL file?

—
Christoph



Re: Periodic signal from PWL file

 

开云体育

That is a "logical OR"? separating two optional forms of the command or of a command's parameters.

There is a formal mechanism for language specification (whose name I can't remember despite using is so many times for so long...).

If I manage to remember, I'll toss it your way.

Donald.

On 2023-07-08 11:56, Christoph wrote:

Fine so far, but using the | (vertical bar) gives an error.

PWL REPEAT FOREVER (file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT works, while
PWL REPEAT FOREVER (| file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT

doesn’t So what is the purpose of the ?|‘?

Christoph

Am 08.07.2023 um 17:52 schrieb John Woodgate <jmw@...>:

If you look at the other examples on that page, you will see that the | character is only used with a file, not with a sequence of numbers.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:40, Christoph wrote:
Thanks. This worked. Though the ?|‘ symbol (pipe) is confusing. If it designates that the data is supposed to be piped from the file, it doesn’t work. OTOH, should it mean an ?or“, then the empty left side of the ?|‘ shouldn’t be empty but contain a
list of <time><value> pairs.

Christoph



Am 08.07.2023 um 15:11 schrieb John Woodgate <jmw@...>:

There is an undocumented REPEAT feature in the Wiki at: /g/LTspice/wiki/13810

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 13:51, Christoph wrote:
I have created  a pulse source from a PWL file.
It‘s 32 samples of a signal.

Is it possible to make this pulse train periodic?

Or do I have to provide the pulse samples for every period by the PWL file?

—
Christoph



Re: PWL sources (was but not related to: "Discrete data points in plot view")

 

Further to Tony's point above:?
There is no "Dirac" function in LTSpice, that defines a value at one infinitesimal time.
?You need a slew-up time, a hold time, and a slew-down time - and three voltage values accordingly.?
Generally, these are most easily produced with a spreadsheet, rather than the limited PWL options.?
The PWL format could not be simpler, as a headerless 2-term CSV format, and it can even import and export wav files - see Simon Bramble's tutorials.?
regds
Bonkers?


Re: Periodic signal from PWL file

 

开云体育

Thanks, Andy. I missed out on the computer world from 1958 to the BBC Micro.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 18:06, Andy I wrote:

John asked, "What do you understand 'file spec' to mean? Is it another term for 'filename'?"

Almost yes.? That is commonly what "file spec" (or "filespec") means, except that a filespec may include the path, so it can be the full location of a file on your drive, not just the filename which is everything after the path (after the last "\") in the filespec.

I thought everyone knew that already.? I guess not.? Sorry.

Andy


Re: Periodic signal from PWL file

 

John asked, "What do you understand 'file spec' to mean? Is it another term for 'filename'?"

Almost yes.? That is commonly what "file spec" (or "filespec") means, except that a filespec may include the path, so it can be the full location of a file on your drive, not just the filename which is everything after the path (after the last "\") in the filespec.

I thought everyone knew that already.? I guess not.? Sorry.

Andy


PWL sources (was but not related to: "Discrete data points in plot view")

 

The clue is in the name: Piece-Wise-Linear.
In the waveform viewer, all the points are connected by straight lines.
If you want impulses, you will have to create them.? But zero width impulses don't exist in the real world, so LTspice doesn't plot them that way.
Each narrow impulse needs to consist of a minimum of 3 points.

--
Regards,
Tony


On 8 Jul 2023 17:52, Christoph <kuku@...> wrote:

My array of PWL data (time value pairs) appears points (that optionally can be made visible) and being connected by line pieces.

Since these are discrete sample points I’d rather see them as points only or as a pulse train of vertical lines of height corresponding to the amplitude. Is this possible?


Christoph






Re: Periodic signal from PWL file

 

开云体育

What do you understand 'file spec' to mean? Is it another term for 'filename'? It would be best to have uniform terminology.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 17:42, Andy I wrote:

Here is my best guess.

I think "analog spiceman" authored that information about the REPEAT ... ENDREPEAT syntax.? Maybe he meant to write it like this:

... PWL REPEAT FOR <n> ( <t1> <v1> ... <tn> <vn> | file=<file spec> ) ENDREPEAT
... PWL REPEAT FOREVER ( <t1> <v1> ... <tn> <vn> | file=<file spec> ) ENDREPEAT

In other words, you have a choice between either the time,value list, OR a filename.? I think that's why he used a "|" character there, to show that you have a choice between options -- and somehow the first one got edited out, as well as the "file=" in the second choice.? But the "|" character itself is NOT part of the syntax.

I don't know; but it works for me.

Andy


Discrete data points in plot view

 

Christoph,

For time-domain and frequency-domain plots, I think LTspice only connects the dots with lines or curves.? I think there is no other option.

I have seen .STEPped simulations where LTspice's plot window showed vertical lines, but this was actually annoying because it did not plot what I actually wanted to see.? So I have forgotten now how that happened.? I did not see it as something useful, at the time.??Anyway, I do not believe there is any option to make it do that, at least not when plotting waveforms vs. time.

I agree with John that you probably need to turn to another plotting program (e.g., Excel).

Also, FYI, even if your PWL data has discrete time points, it is likely that LTspice simulated between those time points.? Even if you could make LTspice (or Excel) plot only the simulated time points as dots or vertical lines, there would likely be values at times between the points of your PWL data.? This is just how SPICE has to work.? There are times when it needs to simulate between the raw data.? That cannot be changed.

So, if you used Excel, you could also filter out those time values that don't correspond to your PWL file's raw data.

Andy


Re: Periodic signal from PWL file

 

Here is my best guess.

I think "analog spiceman" authored that information about the REPEAT ... ENDREPEAT syntax.? Maybe he meant to write it like this:

... PWL REPEAT FOR <n> ( <t1> <v1> ... <tn> <vn> | file=<file spec> ) ENDREPEAT
... PWL REPEAT FOREVER ( <t1> <v1> ... <tn> <vn> | file=<file spec> ) ENDREPEAT

In other words, you have a choice between either the time,value list, OR a filename.? I think that's why he used a "|" character there, to show that you have a choice between options -- and somehow the first one got edited out, as well as the "file=" in the second choice.? But the "|" character itself is NOT part of the syntax.

I don't know; but it works for me.

Andy


Re: PWL sources (was but not related to: "Discrete data points in plot view")

 

The PWL function can be repeated,?
I'd advise that you read all the tutorials from Simon Bramble.?
If you're making custom PWL files, you'd be mad not to use a spreadsheet, and this can cover more functionality than the LTSpice PWL options.?
The principle of t_bit and t_slew applies just the same to spreadsheets - if you plot your raw signal as an x-y graph, you get triangle waves.? If you want square waves, you need to have a slew time, and 2 points per bit.?


PWL sources (was but not related to: "Discrete data points in plot view")

 

Hi Christoph,?
Firstly, you can easily repeat cycles of your 32 points, even just using Notepad, if you adopt the +xxx option for the timestamp (relative timing).?
Secondly, PWL means it is linearly interpolated between the defined points.? If you want "crisp" edges, then you need excel, or libreoffice calc, or whatever.?
Essentially you need 2 PWL values per point, to get nice square data.?
The time deltas are normally just 2 values - bit period, and slew time.?
so, to make a datastream, like "101" :?

time? ? ? ? ? ? ? ? ? ? ? value
0? ? ? ? ? ? ? ? ? ? ? ? ? ?0
+tslew? ? ? ? ? ? ? ? ? ?bit[0] say 5V
+tbit? ? ? ? ? ? ? ? ? ? ? same
+tbit+tslew? ? ? ? ? ? bit[1] say 0V?
+2x tbit? ? ? ? ? ? ? ? ? same
+2x tbit +tslew? ? ? bit[2] say 5V
+ 3x tbit? ? ? ? ? ? ? ? ?same
+ 3x tbit? +tslew? ? ?next bit
...
etcetera.?
really easy to do in a spreadsheet, then select the 2 columns, paste to notepad, save as PWL.?

There's much cleverer ways to do it all, but this gets you started with minimum effort.?


Re: Periodic signal from PWL file

 

Christoph,

I do not remember ever seeing the "|" (pipe) character used in this way before with LTspice.? I don't know whether that was a typo, or if it actually worked at one point in LTspice's past.? That was the only occurrence of "|" that I saw in the .? Maybe it's a typo.

I did not yet successfully get it to work with the "|" character.

But it's easy to write "file=filename.dat" (and no "|" character), and that works.

Andy


Re: Periodic signal from PWL file

 

开云体育

There seems to be a subtle difference:

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT??????? * 'file spec' has | character
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

E.g. to repeat a sequence of values for five times

PWL REPEAT FOR 5 ( 0 1 1 1 2 2 3 1 ) ENDREPEAT
PWL REPEAT FOR 5 ( file=<name of file> ) ENDREPEAT????? * '
file=<name of file> does not have | character


======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:56, Christoph wrote:

Fine so far, but using the | (vertical bar) gives an error.

PWL REPEAT FOREVER (file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT works, while
PWL REPEAT FOREVER (| file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT

doesn’t So what is the purpose of the ?|‘?

Christoph

Am 08.07.2023 um 17:52 schrieb John Woodgate <jmw@...>:

If you look at the other examples on that page, you will see that the | character is only used with a file, not with a sequence of numbers.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:40, Christoph wrote:
Thanks. This worked. Though the ?|‘ symbol (pipe) is confusing. If it designates that the data is supposed to be piped from the file, it doesn’t work. OTOH, should it mean an ?or“, then the empty left side of the ?|‘ shouldn’t be empty but contain a
list of <time><value> pairs.

Christoph



Am 08.07.2023 um 15:11 schrieb John Woodgate <jmw@...>:

There is an undocumented REPEAT feature in the Wiki at: /g/LTspice/wiki/13810

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 13:51, Christoph wrote:
I have created  a pulse source from a PWL file.
It‘s 32 samples of a signal. 

Is it possible to make this pulse train periodic?

Or do I have to provide the pulse samples for every period by the PWL file?

—
Christoph 



Re: Periodic signal from PWL file

 

开云体育

Fine so far, but using the | (vertical bar) gives an error.

PWL REPEAT FOREVER (file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT works, while
PWL REPEAT FOREVER (| file=Z:\Users\kuku\Documents\LTspiceXVII\pulses.txt) ENDREPEAT

doesn’t So what is the purpose of the ?|‘?

Christoph

Am 08.07.2023 um 17:52 schrieb John Woodgate <jmw@...>:

If you look at the other examples on that page, you will see that the | character is only used with a file, not with a sequence of numbers.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:40, Christoph wrote:
Thanks. This worked. Though the ?|‘ symbol (pipe) is confusing. If it designates that the data is supposed to be piped from the file, it doesn’t work. OTOH, should it mean an ?or“, then the empty left side of the ?|‘ shouldn’t be empty but contain a
list of <time><value> pairs.

Christoph



Am 08.07.2023 um 15:11 schrieb John Woodgate <jmw@...>:

There is an undocumented REPEAT feature in the Wiki at: /g/LTspice/wiki/13810

A list of data points or a file reference can be repeated a fixed amount of times <n>, or forever

PWL REPEAT FOR <n> (|<file spec>) ENDREPEAT
PWL REPEAT FOREVER (|<file spec>) ENDREPEAT

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 13:51, Christoph wrote:
I have created  a pulse source from a PWL file.
It‘s 32 samples of a signal. 

Is it possible to make this pulse train periodic?

Or do I have to provide the pulse samples for every period by the PWL file?

—
Christoph 


_._,_._,_


Re: Discrete data points in plot view

 

开云体育

I think you have to export the data to Excel or similar to plot in those ways.

======================================================================================
Best wishes John Woodgate OOO-Own Opinions Only

Rayleigh, Essex UK

I hear, and I forget. I see, and I remember. I do, and I understand. Xunzi (340 - 245 BC)


On 2023-07-08 16:52, Christoph wrote:

My array of PWL data (time value pairs) appears points (that optionally can be made visible) and being connected by line pieces.

Since these are discrete sample points I’d rather see them as points only or as a pulse train of vertical lines of height corresponding to the amplitude. Is this possible?

—
Christoph





Re: Warning: Multiple definitions of model ...

 

Hello Andy,

Thanks for the detailed words.

I know that the faulty libraries only cause warnings but no errors. But sometimes I do simulations, and the results are checked by other people. And that's where warnings don't look good.

In my standard.bjt file I deleted the five obviously faulty models and the warnings disappeared.
This will probably only remain until the next LTspice update. Hence my question as to whether the incorrect entries can be avoided in the future.

Even if I use components from ADI, there are almost always additional transistors in the circuit. I'm surprised that ADI ignores errors and warnings. I wasn't used to that from LTC.

I'm also registered in the QSPICE group, but haven't had time to deal with QSPICE in more detail so far. (Never change a …)

Bernhard