Event OnDebuggerAction


Deklarácia

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
Parametre
_refIdParameter of INT type (required for global handler).
XXXName of Reference variable connected to graphic object (without the character "_").
_action

Name of executed action:

  • checkSyntax - when pressed "Check Syntax" button
Popis

Event is generated by EDA Debugger with the given reference variable

Parameter _action has values:

  • checkSyntax - when pressed "Check Syntax" button inside of graphic object.

0 komentárov

Nie ste prihlásený. Akékoľvek zmeny, ktoré vykonáte, sa označia ako anonymné. Ak už máte svoj účet, pravdepodobne sa budete chcieť prihlásiť .