Gets the periodic log rate for a specific point in a data table. | |
Syntax: | long = object.GetDataLogPtTimedRate ( pointID ) |
Parameters: |
pointID As
String - The name of the point
whose timed rate is to be retrieved
|
Description: | The CimTable.GetDataLogPtTimedRate method
retrievs the periodic log rate for a specific point in a data
log Note: This method is only valid for data tables. Example rate = dataTable.GetDataLogPtTimedRate("POINT_C") |