This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ERROR(ORPSIM-15461): Incorrect number of interface nodes for X_U1

Hello,

When using simple primitives like AND, INV, OR... I got systematically this error. 

Below is a very very simple example using a single inverter:


******************************************************************************

** Creating circuit file "Basic.cir" 

** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Profile Libraries :
* Local Libraries :
* From [PSPICE NETLIST] section of ...\17.4.0\PSpice.ini file:
.lib "nom_pspti.lib"
.lib "nom.lib"

*Analysis directives:
.TRAN 0 200u 0
.OPTIONS ADVCONV
.PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*))
.INC "..\SCHEMATIC1.net"

**** INCLUDING SCHEMATIC1.net ****
* source PREMIERPAS
V_V2 N00911 0
+PULSE 0 5 10u 10n 10n 50u 100u
R_R5 N00911 N00930 1k TC=0,0
X_U2 N00930 N02017 $G_DPWR $G_DGND INV
R_R7 N02017 0 1k TC=0,0

**** RESUMING Basic.cir ****
.END


ERROR(ORPSIM-15461): Incorrect number of interface nodes for X_U2.

 

It looks like that the number of parameters that are passed are not correct (too much or not enough)

How can resolve this ?

Additional question:

 - How can automatically connect the supply pins to desire nets ?
   (instead of changing supply pin attribute to "visible" and then connecting them by hand) ?

Thank you,

Cédric