system.historian.convertToQualifiedPath
This function is used in Python Scripting.
Description​
Converts a string path into a qualified path to use for storing or querying.
Client Permission Restrictions​
This scripting function has no Client Permission restrictions.
Syntax​
system.historian.convertToQualifiedPath(stringPath, isHistorical)
Parameters​
Type | Parameter | Description |
---|---|---|
String | stringPath | The original string to be converted into a qualified path. |
Boolean | isHistorical | Designates whether the string represents a tag or a historical path. If not specified, the path is assumed to be of a tag. |
Returns​
String - A string of the qualified path that can be used for storage and queries.
Scope​
Gateway, Vision Client, Perspective Session