Main Content
tags
Description
returns a list of all tags available from the AVEVA® PI Data Archive that the client tagList
= tags(piClient
)piCient
is connected to. A
tag is used by the PI system as an alias or shortcut to represent an asset attribute such as
voltage, current, temperature, etc. Some tag names are short, others might be long and
descriptive or include a unique ID.
filters the list of available tags to match the name specified by
tagList
= tags(piClient
,Name=tagName
)tagName
. The wildcard character *
is supported for
partial string or pattern matching.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a