The Xentara FMU Driver v1.2
User Manual
|
A JSON object describing a Parameter has the following syntax:
name | A string value containing the name of the parameter. The name is used to construct the parameter’s primary key. |
UUID | A string value containing the unique UUID of the parameter. |
ACL | An optional JSON object containing the element ACL of the parameter. The format of the object is described under JSON Format for ACLs in the Xentara user manual. |
dataType | A string value containing the data type of the parameter. The data type should be from the DataType list. |
valueReference | An integer value containing the value reference of the parameter from the Model Description file of the FMU. The value reference is distinct within the model. This means that it will not be repeated for any other variables. |
initialValue | An integer value containing the initial value of the parameter from the Model Description file of the FMU. This value is set before the model is simulated. The value should match the type mentioned in the dataType configuration parameter. |
Please remember that each element block requires two layers of {}
due to the syntax restrictions of the JSON format.