---
title: "step"
canonical: "https://help.vicon.com/space/Shogun112/31230275/step"
format: markdown
---
# Description

Steps through animation playback by the specified number of frames.

Step is used for customizing playback speed in Shogun Post. Setting the number of frames argument to a greater number will result in faster playback. No arguments will result in stepping by 1 frame.

## Functional area

Playback control

# Command syntax

## Syntax

|  |
| --- |
| `step frames [-b]` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `frames` | integer | yes | step size in frames |

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `b` | 0 | — | — | Step in the reverse direction |

## Return value

void

## Examples

```plaintext
step 4; // Play every 4 frames in the 3D views.
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233198)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31239224)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31235141)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31234353)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233386)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31228764)
- [play](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31231343)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233239)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31239422)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233319)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31228978)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31237508)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31230447)