CimTable.GetDataLogPtDataTrig (method)

Gets the data trigger point for a specific point in a data table.
Syntax: String = object.GetDataLogPtDataTrig ( pointID )
Parameters:
pointID As String - The name of the point whose data trigger is to be retrieved
Description: The CimTable.GetDataLogPtDataTrig method allows you to retrieve the data trigger point for a specific point in a data table.

Note: This method is only valid for data tables.

Example

point_name = dataTable.GetDataLogPtDataTrig("POINT2")