Hi,
I try to use EPC PSpice (.net) model (https://epc-co.com/epc/documents/spice-files/PSPICE/EPC2035_V2_PSPICE.net) to my simple circuit. After saving the .net file to .txt then .lib, getting .olb file from model editor, adding the .lib file to Configuration Files/Library. The following problem appears during runtime. I tried to break longer lines in the .lib file (in fact no one line is too long) with +, and also tried to use \ at the end of line in stead of + at the beginning based on some suggestions. The problem is always there.
* (C) Copyright Efficient Power Conversion Corporation. All rights reserved.****************************************************************************** Version History:* 1.00: 04/20/2015 - Initial Model Creation* 1.01: 02/19/2019 - Updated t
* 1.02: 02/26/2019 - Added a missing parameter
.subckt EPC2035 gatein drainin sourcein .param aWg=159 A1=5.5332 k2=2.2219 k3=0.15 rpara=0.025065 rpara_s_factor=0.29 + aITc=0.004104 arTc=-0.0054 k2Tc=0.0006 x0_0=1.5473 x0_1=1.0199e-06 x0_0_TC=0 x0_1_TC=0 + dgs1=4.3e-07 dgs2=2.6e-13 dgs3=0.8
$
ERROR(ORPSIM-16366): Line too long. Limit is 245 characters.
Index has 0 entries from 1 file(s).
ERROR(ORPSIM-15108): Subcircuit EPC2035 used by X_U1 is undefined
Thank you in advance!