Hi,
I have ".s2p" files of some inductors and I need to import this file as a model to the inductors I have drawn in LTSpice in order to use it in the simulation, in order to do a practical simulation.
I downloaded the "s2spice_097.exe" from the "group files" and generate the .lib file, I get a file like this:
/***/
.SUBCKT 06HPR33 1 2 3
* MHz S MA R 50
* Z1=50.000000 Z2=50.000000
R1N 1 10 -5.000000e+001
R1P 10 11 1.000000e+002
R2N 2 20 -5.000000e+001
R2P 20 21 1.000000e+002
*S11 FREQ MAG PHASE
E11 11 12 FREQ {V(10,3)}= MAG
+( 1.000000e+006, 4.400000e-002, 2.585500e+001)
+( 1.047000e+006, 4.400000e-002, 2.681900e+001)
+( 1.097000e+006, 4.500000e-002, 2.780500e+001)
.
.
.
/**/
Then I added to my inductor in the spicemodel field: 06HPR33 , and add in the spice directive the following: .lib "the path to my .lib file".
But when I run the simulation I get nothing for the inductor, so kindly advice what I'm doing wrong.
Thanks