Cicode Programming Reference > Cicode Function Categories > Alarm Functions > AlarmDspClusterInUse

AlarmDspClusterInUse

Determines if a cluster is included in a client's alarm list.

Syntax

AlarmDspClusterInUse(nAN, sClusterName)

nAN:

The AN used in the original AlarmDsp() call.

sClusterName:

The name of the cluster to query an alarm list for to determine if it's included. The argument is enclosed in quotation marks ("").

Return Value

Returns a Boolean value: True(1) if successful, otherwise False(0) is returned.

Related Functions

AlarmDspClusterAdd, AlarmDSPClusterRemove, AlarmDsp

See Also

Published June 2018