trendminer.tags module¶
This module contains some utility functions for tags (i.e. time series)
-
Checks whether a given time series has value mappings or not
- Parameters
-
-
client – TrendMiner client for communication
-
tag_uuid – Time series UUID
-
- Returns
-
Has value mapping or not
-
Converts a tag name into a UUID
- Parameters
-
-
client – TrendMiner client for communication
-
tag_name – Tag name to convert
-
- Returns
-
UUID of given tag name
- Raises
-
TagNameMappingException – could not convert to UUID
-
Returns the value mapping for given time series ID
- Parameters
-
-
client – TrendMiner client for communication
-
tag_uuid – Time series UUID
-
- Returns
-
Mapping integer values to string values