CimTable.DefaultLogAttributes (property)

Gets and sets the attributes to log in the table.
Syntax: long = object.DefaultLogAttributes
object.DefaultLogAttributes = long
Description: CimTable.DefaultLogAttributes is an enumeration specifing the specific attributes to be logged to the database. Assigning two or more attributes is accompished through the bitwise 'Or' operator.

Examples

myTable.DefaultLogAttributes = cimRawValue Or cimPointValue Or cimAlarmState