DelAlarm Method

Deletes the alarm for the requested node and tag.

Syntax

object.DelAlarm(sNode, sTag)

Properties

The DelAlarm method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

sNode

String. The nodename specifying which alarm is to be deleted.

sTag

String. The tagname specifying which alarm is to be deleted.

Return Value

Integer. The status of the alarm deletion. Return value of 0 signifies success, non-zero on failure.

 

Example

Applies To