---
title: "tPoseLabelOptions"
canonical: "https://help.vicon.com/space/Shogun113/84215258/tPoseLabelOptions"
format: markdown
---
# Description

Specifies the options to be used during execution of the [tPoseLabel](https://vicon-help.atlassian.net/wiki/spaces/Shogun113/pages/84223184) command.

See *Flags* comments below for descriptions of their use.

## Functional area

Labeling

# Command syntax

## Syntax

|  |
| --- |
| `tPoseLabelOptions [-standardDeviation float] [-separationDistance float] [-currentFrameOnly boolean] [-autoLabel boolean] [-reset]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `standardDeviation` | 1 | float | — | The expected error in marker placement between the VST and actor's markers as a standard deviation of their distance from each other. |
| `separationDistance` | 1 | float | — | The expected distance between the actors when TPose label is performed when multiple actors are in the scene. |
| `currentFrameOnly` | 1 | boolean | — | Applies the labels to the current frame only. |
| `reset` | 0 | — | — | Resets the options to default values. |

## Return value

void

## Examples

```plaintext
// Increase the standard deviation to account for marker placement 
// on the actor not matching the VST very well.
tPoseLabelOptions -standardDeviation 50;
```

# Additional information

## Related commands

- [tPoseLabel](https://vicon-help.atlassian.net/wiki/spaces/Shogun113/pages/84223184)