S
spectrallypure
Guest
Hi all! I would like to know if it is possible, by using Skill/Ocean
code, to plot several waveforms into the strips of a chart in a
selective manner. For example, I currently use code like the
following:
; ....
newWindow()
displayMode("strip")
selectResult( 'tran )
plot(getData("/my_wave_A"))
plot(getData("/my_wave_B"))
plot(getData("/my_wave_C"))
plot(getData("/my_wave_C"))
; ....
which plots waveforms A, B, C, and D in a four-strip chart, each one
in a different strip. How could I modify this code to plot, let's say,
waveforms A and B in one strip, and waves C and D in another (within
the same subwindow)?
....And what about plotting several waveforms in the same chart but
assigning them to different axis? ...Is it possible to gain this level
of control in the plotting of waveforms through Skill/Ocean in the
first place (of course, considering it is possible to do it by hand!)?
Thanks in advance for any ideas!
Cheers,
Jorge.
code, to plot several waveforms into the strips of a chart in a
selective manner. For example, I currently use code like the
following:
; ....
newWindow()
displayMode("strip")
selectResult( 'tran )
plot(getData("/my_wave_A"))
plot(getData("/my_wave_B"))
plot(getData("/my_wave_C"))
plot(getData("/my_wave_C"))
; ....
which plots waveforms A, B, C, and D in a four-strip chart, each one
in a different strip. How could I modify this code to plot, let's say,
waveforms A and B in one strip, and waves C and D in another (within
the same subwindow)?
....And what about plotting several waveforms in the same chart but
assigning them to different axis? ...Is it possible to gain this level
of control in the plotting of waveforms through Skill/Ocean in the
first place (of course, considering it is possible to do it by hand!)?
Thanks in advance for any ideas!
Cheers,
Jorge.