The following fields refer to the Contest Finish Result:
| Time |
Formatted time according to Time Format settings |
|
| .Exists | Returns a 1 if there is a time of any value in the result | |
| .Positive | Returns 1 if a time greater than 0 is saved in the result. | |
| .Decimal | Numerical value saved | |
|
|
.Rounded |
Numerical value rounded according to Time Rounding settings |
| .Text |
Time as text formatted hh:mm:ss |
|
| Finished | Returns 1 if a time > 0 is saved in the result, equivalent to [Time.Positive] | |
The following fields refer to the Contest Start Result:
| Started | Returns 1 if a time > 0 is saved in the result, if no start result is defined then this will be true if there is a time in the Result with the lowest ID. |
The following refer to Start Times and Finish Time Limits. Fields for the Start Time work in the same way as general Result Fields.
| Time0 | Assigned Start time formatted according to the Time Format settings |
| Time0.Decimal T0 |
Numerical Value of the assigned Start time |
| Time0.Rounded TR0 |
Numerical Value of the assigned Start time rounded according to Time Rounding settings |
| FinishTimeLimit | Finish Time Limit as a numerical (decimal) value |
| FinishTimeLimitText | Finish Time Limit formatted as a formatted time according to the Time Format settings |
Lap times in Raw Data mode can be accessed without the need to set up individual lap calculations. Replace TimingPointName and X. Lap times considers contest Minimum Lap Time.
| TimingPointName.LapX | Lap time of lap X in seconds. |
| TimingPointName.ReadX | Race time after the read X in seconds |
| TimingPointName.LapXText | Formatted lap time X which considers contest rounding settings |
| TimingPointName.ReadXText | Formatted race time X which considers contest rounding settings |