Callbacks

G

Guenther Sohler

Guest
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 ???
 
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

Guenther Sohler wrote:
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 ???
 
On Mon, 14 Nov 2005 10:53:05 +0100, Bernd Fischer
<""bernd.fischer\"@xignal-A%&HY%$v#&G=.de"> wrote:

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

Guenther Sohler wrote:
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 ???
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.
 

Welcome to EDABoard.com

Sponsor

Back
Top