AlarmQuery property
- Last UpdatedAug 05, 2024
- 1 minute read
The AlarmQuery property is a read-write string property that gets or sets the selected alarm query.
Syntax
result = AlarmClient.AlarmQuery;
AlarmClient.AlarmQuery = AlmQry;
Parameters
AlmQry
Alarm query string in format \\node\provider!group where node is optional.
Example
AlarmClient.AlarmQuery = "\intouch!GroupA";
Remarks
When a new query is selected the AlarmQuery property is updated with the selected query. The selected query will be updated if a new query string is written to the AlarmQuery property.
Note: Empty string is not allowed for AlarmQuery property when the Alarm Client Control client mode is configured as Current Alarms or Recent Alarms and Events.