Actions

Difference between revisions of "%sfg"

From Zenitel Wiki

imported>Perage
 
Line 1: Line 1:
{{A}}  
+
{{AI}}  
 
The '''%sfg''' (Station Fault Group) macro is used in the [[Event Handler]] to check if any failure state of ENA/IPARIO in a station group.
 
The '''%sfg''' (Station Fault Group) macro is used in the [[Event Handler]] to check if any failure state of ENA/IPARIO in a station group.
  

Latest revision as of 09:49, 4 October 2019

AI.png

The %sfg (Station Fault Group) macro is used in the Event Handler to check if any failure state of ENA/IPARIO in a station group.

Syntax

%sfg(group)

Return 1 if any member of the group has fault flag set.
group = local station group index. 0 = all units.


Examples

%sfg(3)           - Return fault state of group 3



Back to Event_Handler#List_of_context_parameters.