AlarmMode Property (APlot)

Returns or sets the alarm type for the object.

Syntax

Object.AlarmMode [ = enAlarmMode ]

The AlarmMode property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

enAlarmMode

enumAPlotAlarmMode

An integer specifying the alarm type for the plot object.

Where

enumAPlotAlarmMode can be one of the following:

 

Name

Value

Description

ApltAlarmModeNone

0 *

None

ApltAlarmModeHigh

1

High

ApltAlarmModeLow

2

Low

ApltAlarmModeHighLow

3

High Low

ApltAlarmModeOutside

4

Outside

Comments


Example

The following statement changes the APlot's alarm scan to be set to the Low value:

plt1.AlarmMode=ApltAlarmModeLow

Applies to

APlot

See Also

AlarmHigh, AlarmLow