---
title: "kinematicLabelOptions"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738365/kinematicLabelOptions"
format: markdown
---
# Description

Sets the options on the kinematic labeler.

Two options are controlled by this command: the number of iterations that the kinematic labeler will run, and the rejection distances. The starting and ending rejection distances are used to generate the "cooling profile" of the simulated annealing optimization algorithm used by the kinematic labeler.

## Functional area

Labeling

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `kinematicLabelOptions [-numIterations integer] [-rejectionDistances float float] [-reset]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| Name | Flag arguments | Argument type | Exclusive to | Comments |
| --- | --- | --- | --- | --- |
| `numIterations` | 1 | integer | — | Specifies the number of times the solver will iterate. The default is 9 iterations. |
| `rejectionDistances` | 2 | float | — | Specifies the starting and ending rejection distances. The defaults are 1000.0 and 40.0. |
| `reset` | 0 | — | — | Resets the options to default values. |

## Return value

void

## Examples

```plaintext
// Set the number of iterations on the kinematic labeler higher. 
kinematicLabelOptions -numIterations 12;
```

# Additional information

## Related commands

- [kinLabel](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737084)