In trying to import the model for the LT1028 op-amp, I get this error:
Fatal error: Unknown device type:a
There is no item A in the Device Reference of the current QSPICE Documentation.
Is it correct to understand that it is currently under development and is in a pending state?
A-devices are Linear Technology Corporation’s proprietary special function/mixed mode circuit simulation elements. Not sure if Qspice can support that, let see Mike’s response.
LTspice has the A-device as an OTA building block for Op-Amps. It’s dated and unique to LTspice, so I didn’t implement it for QSPICE.
The next generation, in QSPICE, is the à device. It solves the hardest part of Op-Amp modeling, a transconductance that draws power from the appropriate rail. It also supports an extension that is a compete Rail-To-Rail Op-Amp as a native circuit element. I’m generating a notes on how to use it and illustrate its value.
As far as the LT1028, that is a device I’ve used extensively for signal conditioning down hole in oil exploration.
The trick to modeling it is that it has about 30pF capacitance between the inputs which makes stability challenging. The datasheet isn’t lying when it talks about just a few pF input capacitance. That’s on the non-inverting input while in voltage-follower configuration. You don’t see the 30pF because it’s bootstrapped due to the voltage follower configuration.
If you can find a PSpice LT1028 model, use that. If it’s missing the input to input capacitance add it.
Thank you very much for your clear explanation.
I understand that you have incorporated a new device to replace the A device.
So I researched and found one in the PSpice library for the old LT1028.
@ rmruthyun proposed an idea to convert LTspice A-device to Qspice Ã-device or ¥-device. It is a tedious process and requires a lot of knowledge and between these device model.
Here is a conversion results for LT1028.lib
As Qspice and LTspice are different (or my knowledge limitation), I cannot model all instance parameters and have to give up some of them during conversion, which included incm, incmk, en with equation and ilimit in diode model. But simulation result by compare to LT1082 demo circuit in LTspice is still identical. Up to now, I can successfully convert 3 subckt which include logic or OTA A-device, and with identical or very close simulation results.