AddOrderedDataTransfers

Adds all possible data transfers between two FMUs. Requires that the target FMU has the same number of input variables as the source FMU has output variables. The transfers are added in an ordered manner. That is, the nth output variable for side one will be connected to the nth input variable for side two. This is only available for interfaces with FMUs on both side one and side two.

Data transfers will be created in both directions.

Returns the names of the data transfers created.

Essential Keyword Arguments

Interface

String indicating the name of the interface on which the data transfer is to be created.

Return Type

String List

Example

AddOrderedDataTransfers(Interface = "Interface-1")
        ['Real_1', 'Real_2', 'Real_3']