Multisim and Ultiboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Importing PSPICE model of OPA140 into multisim

I cannot get Multisim to simulated the OPA140 model (attached).

I have tried to pay careful attention to pin mapping etc. but Multisim complains:

 

SPICE Netlist Error in schematic RefDes 'u1', element 'e1': Unexpected ')' found in function ''
SPICE Netlist Error in schematic RefDes 'u1', element 'vcvs_limit_1': Due to errors, the component 'e1' has been omitted from the simulation

 

I looked over the code and could not find an unmatched ")".

Any help will be greatly appreciated!

0 Kudos
Message 1 of 4
(5,258 Views)

Hello,

 

Could you please attached your component to this forum, so I am able to take a better look into what may be causing the error.

 

Regards,

Sharanya Rajaratnam

Market Development Engineer

NI, Toronto



Notes for Branch AE:
Please reply to This Post within 24 hours
The US AE is expected to reply to all of your posts within 24 hours. Having this expectation will keep the escalation moving quickly and toward a fast resolution.

You can also use other communication channels: Phone, Skype, etc. to discuss the issue with the US AE. This can help with troubleshooting and quick diagnosis of the issue.

Click here to provide kudos for a post on this page
0 Kudos
Message 2 of 4
(5,250 Views)

maoz,

 

There is a missing '(' in the definition of the subcircuit:  The third element in the table should be (25,0.4)

 

Lynn

 

*VOLTAGE CONTROLLED SOURCE WITH LIMITS
.SUBCKT VCVS_LIMIT_1  VC+ VC- VOUT+ VOUT-
*              
*$
E1 VOUT+ VOUT- TABLE {ABS(V(VC+,VC-))} = (0,0.2) (10,0.25) 25,0.4) (35.9,0.6)
.ENDS VCVS_LIMIT_1 

*$
0 Kudos
Message 3 of 4
(5,229 Views)

Nice catch - maybe someone should let Analog Devices know? 🙂

0 Kudos
Message 4 of 4
(5,221 Views)