TagType
- Last UpdatedJan 11, 2023
- 1 minute read
- PI System
- PI Server 2018
- PI Server
For an attribute associated with a PI point, get a point's point type from the point database.
Syntax
TagType(attname)
Arguments
attname
-
The name of an attribute with a PI point data reference, enclosed in single quotes
Returns
Point type
Exceptions
If the point does not exist, returns an error
Example
-
TagType('sinusoid')
[Returns Float32]
-
TagType('cdm158')
[Returns Digital]