getAttributes
Syntax
Description
returns all attributes of the AF element specified by afAttributes = getAttributes(elementObj)elementObj.
returns a filtered list of attributes matching the name specified by
afAttributes = getAttributes(elementObj,attributeName)attributeName. This function supports wildcard search when you use an
asterisk * anywhere in attributeName.
If there are no matches, afAttributes is empty.
Note
You must install the AF SDK library to connect to a PI AF server from MATLAB®. For more information, see AF SDK Overview.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a