Event OnDebuggerAction
Related pages:
Global handler:
ENTRY OnDebuggerAction(IN INT _refId, IN TEXT _action) ; script actions END OnDebuggerAction
Special handler:
ENTRY XXX_OnDebuggerAction(IN TEXT _action) ; script actions END XXX_OnDebuggerAction
_refId | Parameter of INT type (required for global handler). |
XXX | Name of Reference variable connected to graphic object (without the character "_"). |
_action | Name of executed action:
|
Event is generated by EDA Debugger with the given reference variable.
Parameter _action has values:
Related pages:
Pridať komentár