CimTable.SetGroupLogArrayPtElem (method)

Specifies which elements of an array point are to be logged to a group log.
Syntax: object.SetGroupLogArrayPtElem pointID, elements
Parameters:
pointID As String - The name of the point whose array elements are to be set
elements As String - The elements taht are to be logged
Description: The CimTable.SetGroupLogArrayPtElem method allows you to set which elements of an array point are to be logged in the in a group log.

Note: This method is only valid for group tables.

Example

GrpTable.SetGroupLogArrayPtElem "POINT2", "0,1,2,3"