---
title: "velocityLabel"
canonical: "https://help.vicon.com/space/Shogun18/13668192/velocityLabel"
format: markdown
---
# Description

Velocity labels the selected marker by looking for markers adjacent in time whose velocity matches the selected marker within various adjustable tolerances.

## Functional area

Labeling

# Command syntax

## Syntax

|  |
| --- |
| `velocityLabel` |

### Arguments

None

### Flags

None

## Return value

integer

Returns the number of keys labeled.

## Examples

```plaintext
// Velocity label the LFHD marker.
select LFHD;
velocityLabel;
```

# Additional information

## Related commands

- [velocityLabelOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668190)