system.opchda.getAggregates
Description
Will query the server for aggregates that it supports.
Syntax
system.opchda. getAggregates( serverName )
-
Parameters
String serverName - The name of the defined OPC-HDA server to query.
-
Returns
Aggregates[] - A list of supported Aggregate objects. Each object has 'id', 'name', and 'desc' properties defined.
-
Scope
All
Code Examples
There are no examples for this function.