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

A JSON object describing a Inputs array inside FMU object has the following syntax:

{
"dataPoint": "Constant FMU 1.output",
"valueReference": 0,
"dataType": "Real"
}

Object Members
dataPointA string value containing the primary key of the data points for the input.
valueReferenceAn integer value containing the value reference of the input 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.
dataTypeA string value containing the data type of the input. The datatype should be from the DataType list.