Event
Syntax
Event event_name
Parameters
- event_name: The name of the event to include in the listing (e.g.,
TIME,SWIM,BIKE). Event names are defined in theEvents.xmlfile.
Description
Designates an event whose results (times) are to be included in the current listing.
Remarks
For single-event races, the default event name is TIME. For multi-event races (like triathlons), the names must match those in the EVENTS file. This command can be used multiple times to list results from several events. It is often used with Minus or Plus to calculate splits or combined times.
Examples
To list the finish time in a single race:
Event TIME
To list swim, bike, and run times in a triathlon:
Event SWIM
Event BIKE
Event RUN