CimTable.GetDataLogPtGateTrigState (method)

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

Note: This method is only valid for data tables.

Example

gate_condition = dataTable.GetDataLogPtGateTrigState("POINT2")