Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Plot expression after ADE-XL run

$
0
0
Hello Andrew, Thank you for your continued wizardry. It looks like you are saving the expressions along with their names in a table and then retrieving the expression if it shows up in the test. Doesn't that scale expensively with an increased number of plots? I have implemented the following: when( output-> value == "wave" out=calcVal(output->name test->name ?cornerName corner->name) windowID=newWindow() awvPlotWaveform(windowID list(out)) ) I have also set an exception for nominal corner since it is apparently stored in corner->name as "nominal" but when using calcVal it has to be written as "Nominal", with a capital N, to avoid an error. Is there a problem with my version of plotting the waveform? Additionally, my legend position is set to "inside" by default. When attempting to save the plot using: awvPlotWaveform(windowID list(out)) saveGraphImage(?window windowID ?fileName fileName ?quality 100 ?backgroundColor "white") The legend does not appear in the image. It seems that the legend takes some time to appear. so I used hiRegTimer("savePlot(windowID fileName)" 50) to save the plot after the simulation ends. Is there a better way to do this? Best regards, Karam

Viewing all articles
Browse latest Browse all 33813

Trending Articles