Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Cadence Smith Chart Background Color

Status
Not open for further replies.

userist

Newbie level 3
Joined
Nov 11, 2011
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
Hello,

Does anyone know how to change background color of the smith chart in cadence? Black is hard to read.

I am looking for a way to change it permanently to grey (i.e each new graph should be grey)

Thanks,
 

This depends on the presentation tool you're using. In our wavescan tool there's a setup file wavescan.xml , where you can change the background color:

Code:
<JavaBean CLASS="COM.cadence.awd.graph.GraphManager">
  -<Properties>
    -<Property NAME="graphContainer">
      -<JavaBean CLASS="COM.cadence.awd.graph.GraphFrame">
        -<Properties>
          -<Property NAME="graph">
            -<JavaBean CLASS="COM.cadence.awd.graph.Rect2DGraph">
              -<Properties>
                 <Property NAME=[COLOR="#0000FF"]"backgroundName"[/COLOR]>black</Property>
                 <Property NAME="cursorOn">True</Property>
                 <Property NAME="dataSnapOn">False</Property>
...
 
Hi Erikl,

Where can I find the file you are mentioning? I am a cadence user in a server that has multiple users.

Thanks,
 

Where can I find the file you are mentioning? I am a cadence user in a server that has multiple users.
Depends on the setup. Simply search for the filename in the Cadence setup:
% find . -type f -name "wavescan.xml"
... or ask your CAD Mgr.
 
Hi erikl,

Thanks for your help.

Also is it possible to change the default line color and thickness?

Thanks.
 

Erikl,

I want to chance the line color once and set it to default. Is there a way to do that?

Thanks.
 

I want to chance the line color once and set it to default. Is there a way to do that?
I don't know, but I suppose so. Check the wavescan setUp file!
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top