ad1

Monday, November 2, 2015

Plotting Multiple Expressions in Different Strips in Viva

x=newWindow()
Gain_plot=dB20(getData("loopGain" ?result "stb-stb"))
Phase_plot=phase(getData("loopGain" ?result "stb-stb"))
awvSimplePlotExpression( currentWindow(x) "Gain_plot Phase_plot" nil nil ?expr list("gain" "phase") ?stripNumber list(1 2) )

No comments:

Post a Comment