Related pages:
Prehľad
Nástroje obsahu
ON EDA_WARNING GOTO procName [PRTY prtyIdent]
procName | in | Name of RPC procedure in ESL script. |
prtyIdent | in | Optional parameter of Int type. Priority when RPC calling. |
When multiple defining the last handle is registered in such the sequence in which the scripts with EDA_Warning were executed.
The key word PRTY enables to enter the priority of executing the registered RPC procedure. This feature ensures the priority executing of registered RPC Procedure. Priority is defined by parameter prtyIdent after key word PRTY.
Procedure procName must consists of the following declaration:
RPC PROCEDURE ProcName (IN INT _vektorId, IN TEXT _vektorName, IN INT _typeWarning, IN TEXT _message, IN RECORD NOALIAS (SD.EDA_TRACEBACK) _traceback) END ProcName
_vektorId | - Id of vector, whose executing caused the warning. |
_vektorName | - name of vector, whose executing caused the warning |
_typeWarning | - numerical value that specifies the type of warning |
_message | - text string that contains "warning" message |
_traceback | - structured variable that contains consecutiveness in the calculation of EDA vectors |
INT | vectorId | - id of vector |
TEXT | vectorName | - vector name |
INT | line | - number of line in an instruction of calculated vector |
Related pages:
Pridať komentár