Difference between revisions of "%sfg"
From Zenitel Wiki
(Created page with "{{A}} The '''%sfg''' macro is used in the Event Handler to check if any failure state of IP stations in a station group. ===Syntax=== '''%sfg(group)''' Return 1 if any...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AI}} |
− | The '''%sfg''' macro is used in the [[Event Handler]] to check if any failure state of | + | 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=== | ===Syntax=== | ||
Line 6: | Line 6: | ||
Return 1 if any member of the group has fault flag set. <br> | Return 1 if any member of the group has fault flag set. <br> | ||
− | group = local station group index. 0 = all | + | group = local station group index. 0 = all units. |
+ | <br> | ||
===Examples=== | ===Examples=== | ||
%sfg(3) - ''Return fault state of group 3'' | %sfg(3) - ''Return fault state of group 3'' | ||
− | + | <br><br> | |
Back to [[Event_Handler#List_of_context_parameters]]. | Back to [[Event_Handler#List_of_context_parameters]]. | ||
[[Category:Event Handler macros]] | [[Category:Event Handler macros]] | ||
[[Category:Event Handler]] | [[Category:Event Handler]] |
Latest revision as of 08:49, 4 October 2019
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