Difference between revisions of "%syspar"
From Zenitel Wiki
(Created page with "The '''%syspar''' macro is used in the Event Handler to read and write the state of a global system parameter (currently only flags true/false 0/1)<br> ===Syntax Read===...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
+ | |||
The '''%syspar''' macro is used in the [[Event Handler]] to read and write the state of a global system parameter (currently only flags true/false 0/1)<br> | The '''%syspar''' macro is used in the [[Event Handler]] to read and write the state of a global system parameter (currently only flags true/false 0/1)<br> | ||
Latest revision as of 08:50, 4 October 2019
The %syspar macro is used in the Event Handler to read and write the state of a global system parameter (currently only flags true/false 0/1)
Syntax Read
%syspar(parameter)
- parameter is the name of the parameter
Return 1/0 dependent of the current state
Examples
IF %syspar(block_reset) LOG "Node is in blocked reset state" ENDIF