Callbacks

Discussion in 'Cadence' started by Guenther Sohler, Nov 14, 2005.

  1. I know, that there is a callback list, where you can register functions to
    call, when analog artist starts up. it is


    aaAddEventCB( "sim-env:start-sim-session" 'NL_Install_Artist_MenuCB 1)

    There is no documentation about this command. Which other keywords are
    available there ?
    How can I register callbacks, when other tools start up, lets say:
    virtuoso, schematic composer ???
     
    Guenther Sohler, Nov 14, 2005
    #1
  2. Also based upon your previous post, I think
    'deRegUserTriggers' is what you are looking for.

    deRegUserTriggers(
    t_viewType
    [ s_appTrigger [ s_menuTrigger [ s_postInstallTrigger ] ] ]
    )

    Bernd
     
    Bernd Fischer, Nov 14, 2005
    #2
  3. Indeed. aaAddEventCB is a private function, purely for triggers in the Analog
    Design Environment. deRegUserTriggers() is the function to use for Virtuoso
    Layout Editor, and Schematic Editor (and Symbol Editor, for that matter).

    Andrew.
     
    Andrew Beckett, Nov 14, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.