---
title: "listParameters"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738291/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 are printed. Has options for static or dynamic parameters only.

## Functional area

Parameters

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `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` |  |  |  |  |

## 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/ShogunPost121/pages/1253736903)
- [hasParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738347)
- [removeAllParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738025)
- [removeParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739919)
- [removeUnusedParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736542)
- [renameParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739810)
- [setParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737311)