Gets the alarm trigger point for a specific point in a data table. | |
Syntax: | String = object.GetDataLogPtAlarmTrigPt ( pointID ) |
Parameters: |
pointID As
String - The name of the point
whose alarm trigger is to be received
|
Description: | The CimTable.GetDataLogPtAlarmTrigPt method
allows retrieval of the name of the alarm trigger point for a
specific point in a data table. Note: This method is only valid for data tables. Example point_name = dataTable.GetDataLogPtAlarmTrigPt
"POINT2" |