CimTable.GetDataLogPtGateTrigPt (method)

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

Note: This method is only valid for data tables.

Example

gate_point_id = dataTable.GetDataLogPtGateTrigPt("POINT_B")