Skip to contents

Gets the location identifier from a time series identifier string

Arguments

timeSeriesIdentifier

A time-series identifier in \<Parameter\>.\<Label\>\@\<LocationIdentifier\> syntax

Value

The identifier of the location

Examples

if (FALSE) {
getLocationIdentifier("Stage.Working@MyLocation") # MyLocation
}