Hi all,
I am trying to export ViVA graphs to file using:
saveGraphImage(?window win ?fileName outFileName ?exactCopy 't)
Before that I am doing:
awvPlotWaveform(win list(wavefrm) ?expr list(strcat(ss "(" getCornersAndValuesText(historyName cn) ")")) ?stripNumber list(i))
While running the code it is notable that ViVA renders waveforms in two steps, first is rough and second is much finer and corresponds to expected waveforms.
But saveGraphImage captures and saves initial (rough) shapes of waveforms.
Is there a way to wait for ViVA do it's job complete so saveGraphImage can capture expected images?
Thanks in advance.