The Xentara FMU Driver v1.2
User Manual
Parameter
See also
xentara_io_points in the Xentara user manual, Functional Mock-up Units

The Xentara FMU plugin parameters are the values that must be configured for the simulation within the FMU model. The FMU has internal data representing its state. This internal state consists especially of the values of the continuous states, iteration variables, Parameter values, Inputs values, delay buffers, file identifiers, and FMU internal status information. The configuration parameter initialValue is used to set the values of the parameter, or it can be passed on by another xentara datapoint.

DataType

The Xentara FMU plugin parameters supports the following data types:

Name Bit Size
Boolean 8
Integer 32
Real 64

Accessing Parameter

See also
Accessing Xentara Elements in the Xentara user manual

In addition to the standard members of Xentara I/O points, Parameter have the following attributes:

Attributes
keyThe parameter’s primary key.
nameThe parameter’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the parameter.
typeThe parameter’s element type. For FMU parameters, this is always “FMU parameter”.
categoryThe parameter’s category. For FMU parameters, this is always “data point”.
valueReferenceThe value reference of the parameter data from the XML file that contains the FMU Model description.
dataTypeThe dataType of the parameter in the FMU.

The parameters also provide access to the FMU's attributes.