Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

expression evaluation failed: waveVsWave(?x IDC("/V1/PLUS") ?y OP("/M0","ron")) - cadence virtuoso error

Status
Not open for further replies.

mohamis288

Full Member level 3
Joined
Mar 1, 2022
Messages
164
Helped
0
Reputation
0
Reaction score
1
Trophy points
18
Activity points
1,235
How can I solve this error in cadence virtuoso calculator?

expression evaluation failed: waveVsWave(?x IDC("/V1/PLUS") ?y OP("/M0","ron"))

I just want to show output resistance VS drain current when Drain-source voltage is constant.
 

1.
Split up the expression so it takes a few lines to carry out. Find which line generates the error message.

2.
Create variables as needed to hold individual results of calculations. Example:
* value of "/V1/PLUS"
* value of IDC("/V1/PLUS")
* value of OP("/M0","ron")


3.
Create a single variable for the X axis, and a single variable for the Y axis. Make things simple as possible for the software.

4.
Try to reduce amount of quotes on each line.
Try to reduce amount of parentheses on each line. Minimize all opportunity for syntax errors.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top