The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> Skill Function of Log Y-Axis in Cadence AWD or Wavescan
https://designers-guide.org/forum/YaBB.pl?num=1227864185

Message started by pancho_hideboo on Nov 28th, 2008, 1:23am

Title: Skill Function of Log Y-Axis in Cadence AWD or Wavescan
Post by pancho_hideboo on 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.

Title: Re: Skill Function of Log Y-Axis in Cadence AWD or Wavescan
Post by pancho_hideboo on 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])


The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.