TagType (Tag-based PE function)
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
Get a point's type character (I, R, or D) from the Point Database.
Syntax
TagType(tagname)
Arguments
tagname
A tagname.
Returns
The point's type character.
Exceptions
If point does not exist, returns an error value.
Example
TagType('tag1')
TagType('digitaltag')