DaHomer
Newbie level 5
Hi!
I want to evaluate an expression with the calculator in Cadence.
I do a sweep over a variable called "delay_stop".
I want to see the actual y-value (voltage) of a pulse signal on that sweep-step.
For example:
value(VT("/Q1") "delay_stop" 4.738693e-09)
Q1 is my signal and 4.738693e-09 is one time i clicked in the plot tool.
What i want is:
value(VT("/Q1") "delay_stop" delay_stop), but this does not work.
The VAR("delay_stop") contains all x values, i just want the actual sweep step.
Hope you can help me.
Greetings,
DaHomer
I want to evaluate an expression with the calculator in Cadence.
I do a sweep over a variable called "delay_stop".
I want to see the actual y-value (voltage) of a pulse signal on that sweep-step.
For example:
value(VT("/Q1") "delay_stop" 4.738693e-09)
Q1 is my signal and 4.738693e-09 is one time i clicked in the plot tool.
What i want is:
value(VT("/Q1") "delay_stop" delay_stop), but this does not work.
The VAR("delay_stop") contains all x values, i just want the actual sweep step.
Hope you can help me.
Greetings,
DaHomer