aaStateCalculation enumeration
- Last UpdatedFeb 04, 2025
- 2 minute read
Specifies the aggregation type to use in Time-in-State data retrieval.
|
Value |
Enumeration |
Description |
|---|---|---|
|
0 |
Min |
The shortest amount of time that the tag was in each unique state over the query period. |
|
1 |
Max |
The longest amount of time that the tag was in each unique state over the query period. |
|
2 |
Average |
The average amount of time that the tag was in each unique state over the query period. |
|
3 |
Total |
The total amount of time that the tag was in each unique state over the query period. |
|
4 |
Percent |
The total percentage of time that the tag was in each unique state over the query period. |
|
5 |
AvgContained |
The average amount of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
|
6 |
MinContained |
The shortest amount of time each tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
|
7 |
MaxContained |
The longest amount of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
|
8 |
TotalContained |
The total amount of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
|
9 |
PercentContained |
The percentage of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
|
10 |
ApplicationSetting |
Use the default aggregation type specified at the control level. This value is only valid at the tag level, but not at the control level itself. |
For more information on each option, see State Calculation (wwStateCalc).