The Xentara FMU Driver v1.2
User Manual
JSON Format for Outputs

A JSON object describing a Outputs has the following syntax:

{
"@Skill.FMU.Output": {
"name": "Output",
"UUID": "e39c15f7-ff02-4857-9d78-182a9e562f49",
"ACL": { ... },
"dataType": "Real",
"valueReference": 0
}
}

Object Members
nameA string value containing the name of the output. The name is used to construct the output’s primary key.
UUIDA string value containing the unique UUID of the output.
ACLAn optional JSON object containing the element ACL of the output. The format of the object is described under JSON Format for ACLs in the Xentara user manual.
dataTypeA string value containing the data type of the output. The datatype should be from the DataType list.
valueReferenceAn integer value containing the value reference of the output 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.

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.