Returns or sets the low value of the alarm.
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. |
The default is zero.
The following statement changes the APlot to activate the low alarm when the plot value reaches 10.
plt1.AlarmLow=10