system.opchda.getAttributes
Description
Queries the given server for the item attributes that are available with system.opchda.readAttributes().
Syntax
system.opchda. getAttributes( serverName )
-
Parameters
String serverName - The name of the defined OPC-HDA server to query.
-
Returns
Attributes[] - A list of Attribute objects. Each object has 'id', 'name', 'desc', and 'type' properties defined.
-
Scope
All
Code Examples
There are no examples for this function.