Sets the periodic log rate and units for a specific point in a data table. | |
Syntax: | object.SetDataLogPtTimedRate pointID, rate, units |
Parameters: |
pointID As
String - The name of the point
whose timed rate and units are to be set
rate As
long - The rate of logging
units As
CimTimeUnitEnum - The
associated units
|
Description: | The CimTable.SetDataLogPtTimedRate method
sets the periodic log rate and units for a specific point in a data
table. Note: This method is only valid for data tables. Example dataTable.SetDataLogPtTimedRate "POINT_C", 10,
cimSecond |