---
title: "playOptions"
canonical: "https://help.vicon.com/space/Shogun16/13366267/playOptions"
format: markdown
---
# Description

The playOptions command resets the play options to their defaults. It allows for the editing of scene details relating to animation playback.

## Functional area

Playback control

# Command syntax

## Syntax

|  |
| --- |
| `playOptions [-min float] [-max float] [-animMin float] [-animMax float] [-fps float] [-playSpeed string] [-loop boolean]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `min` | 1 | float | — | Integer for play range minimum |
| `max` | 1 | float | — | Integer for play range maximum |
| `animMin` | 1 | float | — | Integer for animation range minimum |
| `animMax` | 1 | float | — | Integer for animation range maximum |
| `fps` | 1 | float | — | Integer to set frame rate (fps) |
| `playSpeed` | 1 | string | — | Takes a string argument of the same strings found in the list box on the time bar (i.e. "1/8x", "1x". etc) |
| `loop` | 1 | boolean | — | Loop playback. Not used with [bidirectional] |

## Return value

void

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340750)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13366211)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341102)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341024)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341021)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341503)
- [play](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341329)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340344)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340230)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341821)
- [step](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341971)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341956)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341953)