awvPlotWaveform( Window3 Wave_List3 ?stripNumber Strip_List3 ?label Label_List3 )
awvPlaceWaveformLabel(Window3 1 list(30n 1m) "Avereage Value " "DAC_Cur_Offset_Avg" ?textOffset t ?justify "centerCenter" )
awvPlaceWaveformLabel(Window3 2 list(10n 1m) "Avereage Value " "DAC_Cur_Offset_Avg" ?textOffset nil ?justify "centerCenter" ?subwindow 1 )
I am trying to plot waveforms using Viva and Skill using above commands. I wanted to place a label but it is placing a marker using the second command after plotting with the first command. If I use the third command I am expecting it to place a label but nothing appears. The plot boundaries are correct and it shows nothing in the plot and no errors were found in the CIW when I run it. Can somebody help me for this problem.