Change the color of graphs in OCEAN

M

madhero

Guest
I used plot() command to draw graphs of a waveform. Is there a way to
set up a color for the waveform using ocean instead of a random
selected color? Thanks.
 
On Jun 4, 11:41 pm, madhero <uest...@gmail.com> wrote:
I used plot() command to draw graphs of a waveform. Is there a way to
set up a color for the waveform using ocean instead of a random
selected color? Thanks.
Actually I am looking for a way to control wavescan by some sort of
code instead of using mouse click here and there. Is there a way to do
that? Thanks
 
Hi,

The colors used to draw these curves are those assigned to layers y1 -
y9 in your techfile. So if you don't like the colors in your
settings, just change them into your display.drf file. I'm myself very
happy with the Cadence defaults. You can find the cds default
desiplay.drf file in your IC stream (cdssetup dir off the top of my
head, not sure actually :-( ).
But if you want to control these colors interactively, you can't do it
with the simple 'plot' function I'm afraid. You may need a more
elaborated custom skill code to make it. This is what I can say for
IC5141. I don't know if there is anything new about this in IC6, my
experience in there is very weak :-[

Good luck !

Riad.
 
On Jun 9, 8:11 pm, Riad KACED <riad.ka...@gmail.com> wrote:
Hi,

The colors used to draw these curves are those assigned to layers y1 -> y9 in your techfile. So if you don't like the colors in your

settings, just change them into your display.drf file. I'm myself very
happy with the Cadence defaults. You can find the cds default
desiplay.drf file in your IC stream (cdssetup dir off the top of my
head, not sure actually :-( ).
But if you want to control these colors interactively, you can't do it
with the simple 'plot' function I'm afraid. You may need a more
elaborated custom skill code to make it. This is what I can say for
IC5141. I don't know if there is anything new about this in IC6, my
experience in there is very weak :-[

Good luck !

Riad.
Riad, thanks for your reply. I have found a way to specify the color
of the trace I wanted. We can use the command "awvAppendWaveform" to
do that.

Regards,

Weifeng
 

Welcome to EDABoard.com

Sponsor

Back
Top