Cicode Programming Reference > Cicode Function Categories > Alarm Functions Introduction > AlarmDspClusterRemove

AlarmDspClusterRemove

Removes a cluster from a client's alarm list. Alarms for the specified cluster will be removed from the alarm list at the AN number.

Syntax

AlarmDspClusterRemove(AN, ClusterName)

AN:

The AN used in the original AlarmDsp() call.

ClusterName:

The name of the cluster to remove from this alarm list. The argument is enclosed in quotation marks ("").

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

AlarmDspClusterAdd, AlarmDSPClusterInUse, AlarmDsp

See Also