Quantcast
Channel: Cadence Custom IC Skill Forum
Viewing all articles
Browse latest Browse all 5210

waveform object as function argument

$
0
0

Does anyone know why this is happening? wave is a parametric waveform.

 procedure( printWave(wave)

   plot(wave) ; this works fine

   plot( value(wave "param1" value1) )  ;this does not work, it says the argument is not a waveform

)

 

If I do the latter statement outside of the procedure, it works fine. Any suggestions? Thanks!

 


Viewing all articles
Browse latest Browse all 5210

Trending Articles