S
spectrallypure
Guest
Hi all! I haven't been able to use the hardCopyOptions() / hardCopy()
functions to print Wavescan plots. The following code works fine when
the plots are drawn with the old AWD:
;...
my_window = newWindow()
;...some waveform plotting...
hardCopyOptions(?hcNumCopy 1 \
?hcPlotterName "epsfC" \
?hcOrientation 'landscape \
?hcPaperSize "11x17" \
?hcOutputFile "~/testplot.ps" )
hardCopy(my_window)
;...
Using this code the plot is generated correctly and I get the
following output at the CIW:
\w *WARNING* **** /home/lagos/cds/tests/IC_5.1.41/tools/
plot/.cdsplotinit
\o Loading /home/lagos/cds/tests/IC_5.1.41/tools/plot/.cdsplotinit
\o Loading /home/lagos/.cdsplotinit
\o plotServ 7.02, build a, 03.01, static
\o *Info* Hard copy done.
However, the very same code fails when I use Wavescan as the plotting
tool, resulting in the following output at the CIW when doing so:
\w *WARNING* **** /home/lagos/cds/tests/IC_5.1.41/tools/
plot/.cdsplotinit
\o Loading /home/lagos/cds/tests/IC_5.1.41/tools/plot/.cdsplotinit
\o Loading /home/lagos/.cdsplotinit
\t nil
I suspect the hardCopy() command is not meant to be used for printing
Wavescan plots... could anybody please tell what is the equivalent to
the "hardCopy()" command that should be used with Wavescan, or more
generaly, what is the right procedure to print Wavescan plots using
Skill?
Thanks for any help/ideas, as usual.
Cheers,
Jorge.
functions to print Wavescan plots. The following code works fine when
the plots are drawn with the old AWD:
;...
my_window = newWindow()
;...some waveform plotting...
hardCopyOptions(?hcNumCopy 1 \
?hcPlotterName "epsfC" \
?hcOrientation 'landscape \
?hcPaperSize "11x17" \
?hcOutputFile "~/testplot.ps" )
hardCopy(my_window)
;...
Using this code the plot is generated correctly and I get the
following output at the CIW:
\w *WARNING* **** /home/lagos/cds/tests/IC_5.1.41/tools/
plot/.cdsplotinit
\o Loading /home/lagos/cds/tests/IC_5.1.41/tools/plot/.cdsplotinit
\o Loading /home/lagos/.cdsplotinit
\o plotServ 7.02, build a, 03.01, static
\o *Info* Hard copy done.
However, the very same code fails when I use Wavescan as the plotting
tool, resulting in the following output at the CIW when doing so:
\w *WARNING* **** /home/lagos/cds/tests/IC_5.1.41/tools/
plot/.cdsplotinit
\o Loading /home/lagos/cds/tests/IC_5.1.41/tools/plot/.cdsplotinit
\o Loading /home/lagos/.cdsplotinit
\t nil
I suspect the hardCopy() command is not meant to be used for printing
Wavescan plots... could anybody please tell what is the equivalent to
the "hardCopy()" command that should be used with Wavescan, or more
generaly, what is the right procedure to print Wavescan plots using
Skill?
Thanks for any help/ideas, as usual.
Cheers,
Jorge.