AlarmHigh Property (APlot)

Returns or sets the high value of the alarm.

Syntax

Object.PlotAlarmHigh [ = dAlarmHigh ]

The PlotAlarmHigh property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

dAlarmHigh

Double

An integer specifying the high value of the alarm for the object.

Comments

The default is zero.

Example

The following statement changes the APlot to activate the high alarm when the plot value reaches 55.

plt1.AlarmHigh=55

Applies to

APlot

See Also

 

AlarmLow

AlarmMode