AlarmLow Property (APlot)

Returns or sets the low value of the alarm.

Syntax

Object.AlarmLow [ = dAlarmLow ]

The AlarmLow property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

dAlarmLow

Double

An integer specifying the low value of the alarm for the plot object.

Comments

The default is zero.

Example

The following statement changes the APlot to activate the low alarm when the plot value reaches 10.

plt1.AlarmLow=10

Applies to

APlot

See Also

 

AlarmHigh

AlarmMode