Field | Type | Description |
---|---|---|
name |
string |
The name for display in the Property View window. |
default |
number |
The nominal value of the parameter in SI unit. |
unit |
string |
The default unit for display in the Property View window. |
visible_to_user |
boolean |
A flag to enable/disable the parameter visibility. |
annotate |
boolean | A flag to annotate the parameter value if the visible_to_user is set to True. |
min
|
number |
Minimum allowed value if the visible_to_user is set to True. |
max
|
number |
Maximum allowed value if the visible_to_user is set to True. |