system.opchda.getAttributes
This function is used in Python Scripting.
Description​
Queries the given server for the item attributes that are available with system.opchda.readAttributes().
Client Permission Restrictions​
This scripting function has no Client Permission restrictions.
Syntax​
system.opchda.getAttributes(serverName)
Parameters​
Type | Parameter | Description |
---|---|---|
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