Set the thickness of the alarm boundary line of the DBTrend.
void @DbTrendSetAlarmLineThick(string classname, int type, int thick);
Parameters
string classname : Object's class name
int type : Types of alarms (0=lolo,1=low,2=high,3=hihi)
int thick : Line thickness
Return Value
None
Example
@DbTrendSetAlarmLineThick("DbTrend1", 0, 2);
@DbTrendSetAlarmLineThick("DbTrend1", 1, 3);
@DbTrendSetAlarmLineThick("DbTrend1", 2, 4);
@DbTrendSetAlarmLineThick("DbTrend1", 3, 5);
@DbTrendSetAlarmLineStyle("DbTrend1", 0, 1);
@DbTrendSetAlarmLineStyle("DbTrend1", 1, 2);
@DbTrendSetAlarmLineStyle("DbTrend1", 2, 3);
@DbTrendSetAlarmLineStyle("DbTrend1", 3, 4);
Description : Set the thickness and shape of the alarm boundary line of DbTrend1.
Version Information
Supported Version: 10.3.1
Related Helps