PerformanceTimeBase coding group
This group defines all time bases for the performance calculation.
Lua access code
To access the code of the codings below, append the coding group name and coding name to inmation.model.codes
,
see an example below.
return inmation.model.codes.PerformanceTimeBase.DAY
Codings
Name | Code | Description |
---|---|---|
DAY | 4 | Performance trend based on 1 sample per day, over a time period of 30 days |
HOUR | 3 | Performance trend based on 1 sample per hour, over a time period of 1 day |
MINUTE | 2 | Performance trend is based on 1 sample per minute, over a time period of 1 hour |
SECOND | 1 | Performance trend based on 1 sample per second, over a time period of 1 minute |