The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 19th, 2024, 4:16pm
Pages: 1
Send Topic Print
Skill Function of Log Y-Axis in Cadence AWD or Wavescan (Read 2557 times)
pancho_hideboo
Senior Fellow
******
Offline



Posts: 1424
Real Homeless
Skill Function of Log Y-Axis in Cadence AWD or Wavescan
Nov 28th, 2008, 1:23am
 
Any expert of Cadence Tool.

When I want to set log scale as Y-axis using OCEAN(SKILL), what function is available for this purpose ?

For X-axis, "awvSetXScale(wid "log")" is available.
But I don't know function for Y-axis.
Back to top
 
 
View Profile WWW Top+Secret Top+Secret   IP Logged
pancho_hideboo
Senior Fellow
******
Offline



Posts: 1424
Real Homeless
Re: Skill Function of Log Y-Axis in Cadence AWD or Wavescan
Reply #1 - Dec 7th, 2008, 5:55pm
 
Self followup.

For X-Axis
Linear--> awvSetXScale(wid, "linear") or awvLogXAxis(wid, nil)
Log    --> awvSetXScale(wid, "log") or awvLogXAxis(wid, t)

For Y-Axis
Linear --> awvLogYAxis(wid, x_yNumber, nil,
         [?stripNumber x_stripNumber], [?subwindow bid])
Log     --> awvLogYAxis(wid, x_yNumber, t,
         [?stripNumber x_stripNumber], [?subwindow bid])

Back to top
 
 
View Profile WWW Top+Secret Top+Secret   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.