Skip to main content
Version: 7.9

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​

TypeParameterDescription
StringserverNameThe 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