Skip to main content
Version: 8.3 Beta 🚧

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​

TypeParameterDescription
StringstringPathThe original string to be converted into a qualified path.
BooleanisHistoricalDesignates 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