How to modify the model to make it compatible with PSPICE?
Options

Jason_Yan
Contributor Level 1
Recently, I encountered an issue with compatibility between the spice model and Pspice, and the error message is as follows:
------------------------------$
ERROR(ORPSIM-16015): Unknown parameter.
- 8.4m
X_U1.R_Ls1 N01518 X_U1.sv 100
X_U1.Ls2 0 X_U1.sv 2.3n Rser
------------------------$
ERROR(ORPSIM-16015): Unknown parameter. - 0.73m
X_U1.R_Ls2 0 X_U1.sv 100
X_U1.Rv X_U1.sv X_U1.s 100
X_U1.Lv X_U1.sv X_U1.s 0.7n Rser
----------------------------$
ERROR(ORPSIM-16015): Unknown parameter. - 0
X_U1.R_gg X_U1.g1 X_U1.s 1E6
X_U1.R_g X_U1.g1 X_U1.g2 {Rgint}
X_U1.Lg N01321 X_U1.g2 7.7n Rser
----------------------------$
ERROR(ORPSIM-16015): Unknown parameter. - 13.8048m
X_U1.R_Lg N01321 X_U1.g2 100
X_U1.Ld N01368 X_U1.d3 4.366n Rser
------------------------------$
ERROR(ORPSIM-16015): Unknown parameter.
The model I am currently using is C3M0016120K. According to previous posts, this seems to be related to the differences in statements between LTspiceand Pspice. Can you provide a compatible model? Thank you.
Tagged:
0
Comments
-
Thank you for your post, it has been approved and we will respond as soon as possible.
0 -
I modified the model to remove statements that are not supported by pspice, such as Rser. At present, it can be preliminarily worked.0