Actions

Difference between revisions of "%vol"

From Zenitel Wiki

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Event_Handler]] macro - Get current volume setting on a station
+
{{AI}}
 +
The '''%vol''' macro is used in the [[Event Handler]] to get the current volume setting on a station
  
 
Format: '''%vol(station physical number)'''
 
Format: '''%vol(station physical number)'''
Line 5: Line 6:
 
Returns the current volume setting (0-9) on a station.
 
Returns the current volume setting (0-9) on a station.
  
 +
Example:
 +
'''%vol(2)''' - returns the volume setting of station 2
  
%vol(2)
 
  
  
 
+
* [[Event_Handler#List_of_macros|List of macros]].
Available as from AMC software 11.2.3.11.
 
 
 
 
 
Back to [[Event_Handler#List_of_macros]].
 
  
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Latest revision as of 09:50, 4 October 2019

AI.png

The %vol macro is used in the Event Handler to get the current volume setting on a station

Format: %vol(station physical number)

Returns the current volume setting (0-9) on a station.

Example:

%vol(2) - returns the volume setting of station 2