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