Returns the alarm extension fields (A_ALMEXT1, A_ALMEXT2) for the tag in the currently selected alarm.
Syntax
object.GetSelectedAlmExt(AlmExt1, AlmExt2)
Properties
The GetSelectedAlmExt method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
AlmExt1 |
String. Returns the string configured in the alarm's first extension field. |
AlmExt2 |
String. Returns the string configured in the alarm's second extension field. |
Return Value
Boolean. True if an alarm is selected, False if no alarm is selected.
Remarks
If no alarm is selected, AlmExt1 and AlmExt2 are set to EMPTY.