---
title: "addStaticParameter"
canonical: "https://help.vicon.com/space/Shogun114/196384464/addStaticParameter"
format: markdown
---
# Description

Adds a static parameter to a character.

## Functional area

Parameters

# Command syntax

## Syntax

|  |
| --- |
| `addStaticParameter parameterName parameterValue(optional) [-onMod string] [-solving]` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `parameterName` | string | yes | Specifies the name of the parameter added |
| `parameterValue` | float | no | Specifies the value of the parameter added |

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- |
| `onMod` | string | — | May be used to specify the character to which to add the parameter. Without this option, the selected character is used. |
| `solving` |  |  | Specifies if the parameter should be added to the solving setup instead of the labeling setup |

## Return value

void