Actions

%syspar

From Zenitel Wiki

Revision as of 13:42, 15 August 2016 by Aksel (talk) (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===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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



Back to Event_Handler#List_of_context_parameters.