---
title: "getParameterType"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738961/getParameterType"
format: markdown
---
# Description

Gets the type of the subject parameter.

This command takes one argument, which is a string, and must be the name of the parameter whose type you want to obtain. It returns a string that contains the type of the parameter: either static or dynamic.

## Functional area

Parameters

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `getParameterType parameterName[-onMod string] [-solving]` |

### Arguments

> Macro (scroll-tablelayout)

| Name | Type | Required | Comments |
| --- | --- | --- | --- |
| `parameterName` | string | yes | The name of the parameter whose type you want to obtain |

### Flags

> Macro (scroll-tablelayout)

| Name | Flag arguments | Argument type | Exclusive to | Comments |
| --- | --- | --- | --- | --- |
| `onMod` | 1 | string | — | The character that owns the parameter must be selected. If it is not, use the onMod flag to specify it. |
| `solving` |  |  |  | By default, the command operates on labeling setup parameters. For solving setup parameters, use the `solving` flag. |

## Return value

string