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

Switches the button on and off. Useful when blending and looping data.

## Functional area

Interface

# Command syntax

## Syntax

|  |
| --- |
| `setSolversFirst boolean` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `boolean` | Boolean | yes | Switches the button on and off. |

### Flags

None

## Return value

void

## Examples

```plaintext
//Turn off the solvers after clip/blends
setSolversFirst false;
```

# Additional information

## Related commands

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