F
Frank Buergel
Guest
Hello,
I want to plot a schematic into a file. I tried using the skill function
schPlot() with the following options:
schPlotOptions = `(nil
library "myLib"
cell "myCell"
view "schematic"
version "0.0"
multisheet nil
indexsheet nil
hierarchy nil
copy 1
outputfile "/home/myHome/myCell.ps"
plotter "default A4 (b&w)"
papersize "A4"
plotsize (278.4262 197.4427)
offset (3.0269 0.0000)
unit "mm"
orientation "Automatic"
display "display"
tmpdir "/usr/tmp"
header nil
mail nil)
This created a plot of the schematic, but the plot was sent to the printer
and not to the specified file.
Who knows what I'm doing wrong and which other options or skill
functions I should use.
Thanks a lot,
Frank
I want to plot a schematic into a file. I tried using the skill function
schPlot() with the following options:
schPlotOptions = `(nil
library "myLib"
cell "myCell"
view "schematic"
version "0.0"
multisheet nil
indexsheet nil
hierarchy nil
copy 1
outputfile "/home/myHome/myCell.ps"
plotter "default A4 (b&w)"
papersize "A4"
plotsize (278.4262 197.4427)
offset (3.0269 0.0000)
unit "mm"
orientation "Automatic"
display "display"
tmpdir "/usr/tmp"
header nil
mail nil)
This created a plot of the schematic, but the plot was sent to the printer
and not to the specified file.
Who knows what I'm doing wrong and which other options or skill
functions I should use.
Thanks a lot,
Frank