Skip to main content

In the PSO app params, some numeric values have a prefix PT and some do not. How do I know when that prefix needs to be used and what does it stand for?

Hi,

PT is used for time values. All the time values starts with PT. As an example, PT30S means parameter value is 30 seconds.


Thanks Sajith. The ‘P’ shows that it’s a period, and the ‘T’ is used to separate the date and time components. So P1DT30S would mean 1 day and 30 seconds. This format comes from the XML schema: https://www.w3.org/TR/xmlschema-2/#duration