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!