CimTable.SetGroupLogPtFieldPrefix (method)

Sets the field prefix for a specific point in a group log.
Syntax: object.SetGroupLogPtFieldPrefix pointID, fieldID
Parameters:
pointID As String - The name of the point whose SQL prefix is to be set
fieldID As String - The name of the SQL prefix
Description: The CimTable.SetGroupLogPtFieldPrefix method allows you to set the SQL prefix for the point as it will appear in the database table.

Note: This method is only valid for group tables.

Example

GrpTable.SetGroupLogPtFieldPrefix "POINT2", "PT_2"