---
title: "listParameters"
canonical: "https://help.vicon.com/space/ShogunPost115/276211422/listParameters"
format: markdown
---
# Description

Prints the parameters on the selected character to the command log.

If -mod is used the parameters on the character specified will be printed. Has options for static or dynamic parameters only.

## Functional area

Parameters

# Command syntax

## Syntax

|  |
| --- |
| `listParameters [-onMod string] [-staticOnly] [-dynamicOnly] [-solving]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `onMod` | 1 | string | — | Defines the name of the character whose parameters will be listed. |
| `staticOnly` |  |  |  | Prints static parameters only. |
| `dynamicOnly` |  |  |  | Prints dynamic parameters only. |
| `solving` |  |  |  |  |

> Macro (scroll-pagebreak)

## Return value

void

## Examples

```plaintext
// List the parameters for the selected character. 
listParameters;
```

# Additional information

## Related commands

- [addParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276201713)
- [hasParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276206872)
- [removeAllParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276206721)
- [removeParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276205508)
- [removeUnusedParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276202183)
- [renameParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276202749)
- [setParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276202195)