Field | Type | Description |
---|---|---|
name |
string |
Name of the parameter. |
category |
string |
The name of the category that the parameter will be within the property view of INTERCONNECT. |
kind | string |
The type of quantity described by this parameter. The values for this parameter correspond to the allowed values within the "Kind" dropdown menu within the Property Editor in INTERCONNECT. The "Kind" determines the units. Some example kinds are:
|
unit |
string |
The unit of the parameter. This should be a valid unit with respect to the parameter kind set in the "kind" field. Some example units are:
|
default |
number |
The nominal value of the parameter in SI units. Note: Parameter defaults for the parent and child elements need to be the same. |
visible_to_user |
boolean |
A flag to enable/disable the parameter in the model. |
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. |
expression (optional)
|
string |
The relationship between the parameter points used for describing parameterized mode properties in "model_data" section, and the user-facing values (eg. curvature=1/radius or curvature=1/radius). Note:
|
reciprocal_veriloga |
boolean |
The relationship between the parameter points used for describing parameterized mode properties in "model_data" section, and the user-facing values. Set to 1 or 0 to enable or disable reciprocal relationship, respectively. Note:
|