Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > Cadence > Re: Batch of SK...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 11 Topic 3967 of 4373
Post > Topic >>

Re: Batch of SKILL trainee questions (basic stuff)

by "S. Badel" <stephane.badel@[EMAIL PROTECTED] > Apr 24, 2008 at 04:56 PM

> Q3. Where to read about bindkeys setting, modification and
> particularly bindkeys "events"?

There a nice but short tutorial in this wiki :
http://cadence.wikispaces.com/Bindkeys
The wiki was initiated by users of this newsgroup, but unfortunately
didn't evolve too much.

> Q4. Is there a meaning for every built-in Skill functions suffixes?
> Like hi..., ge... dmb... and so on?? Where can i find explanation or
> comments about them?

Yes. I have a list of prefixes in my SQR (according to which, dmb stands
for design management 
browsing), but I don't know if there's a list somewhere in the regular
do***entation.

> Q6. I need to read dedicated example(s) about circuit building
> (instance placing, wiring the circuit, and biasing it) in Skill, this
> is dedicated to create an automated flow for some devices test. Where
> to find that?

> Q7. Why don't i see the menu when creating it using hiCreateSimpleMenu
> in the CIW? Should i use also any function to initialize CIW menus?

Example:

ciwMenuInit()  ;; call this to make sure the ciw menus have been
initialized, or they might be reset 
later on

hiInsertBannerMenu(
  hiGetCIWindow()
  hiCreatePulldownMenu(
   'ciwCustomMenu
   "Custom Menu"
   list(
    hiCreateMenuItem(
     ?name 'ciwCustomMenuItem
     ?itemText "Custom Menu Item"
     ?callback " myCallback()"
    )
   )
   ""
  )
  (hiGetNumMenus(hiGetCIWindow())-1)
)

> Q8. When I create a menu in certain window banner, is there a way to
> place the menu to right of the window (like the help menu)?

I don't think so.

> Q9. Finally,How to know information about cadence stuff like menu
> names (e.g. file, edit, ...) , window names, and so on?

Use hiGetCurrentWindow(), hiGetWindowMenu(), hiGetMenuItems() type of
functions, for example.



Stéphane
 




 11 Posts in Topic:
Batch of SKILL trainee questions (basic stuff)
Reotaro Hashemoto <ahm  2008-04-23 07:45:34 
Re: Batch of SKILL trainee questions (basic stuff)
Reotaro Hashemoto <ahm  2008-04-23 08:23:52 
Re: Batch of SKILL trainee questions (basic stuff)
pxhxz@[EMAIL PROTECTED]   2008-04-23 14:02:57 
Re: Batch of SKILL trainee questions (basic stuff)
Riad KACED <riad.kaced  2008-04-23 16:42:16 
Re: Batch of SKILL trainee questions (basic stuff)
Reotaro Hashemoto <ahm  2008-04-24 00:33:27 
Re: Batch of SKILL trainee questions (basic stuff)
Reotaro Hashemoto <ahm  2008-04-24 00:35:28 
Re: Batch of SKILL trainee questions (basic stuff)
Riad KACED <riad.kaced  2008-04-24 02:31:48 
Re: Batch of SKILL trainee questions (basic stuff)
"S. Badel" <  2008-04-24 16:56:06 
Re: Batch of SKILL trainee questions (basic stuff)
Riad KACED <riad.kaced  2008-04-26 14:56:58 
Re: Batch of SKILL trainee questions (basic stuff)
Reotaro Hashemoto <ahm  2008-04-27 16:12:05 
Re: Batch of SKILL trainee questions (basic stuff)
pxhxz@[EMAIL PROTECTED]   2008-04-28 15:49:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 20:05:14 CST 2008.