add_ordered_data_transfers#

class ansys.systemcoupling.core.adaptor.api_25_2.add_ordered_data_transfers.add_ordered_data_transfers(name=None, parent=None)#

Bases: Command

Adds data transfer for each ordered pair of variables in an FMU-FMU interface. Requires the FMU-FMU interface. Requires that the target FMU has the same number of input variables as the source FMU has output variables. The transfers are added in order. That is, the n-th output variable for side one will be connected to the n-th 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, if possible.

Returns the name of the data transfers created.

Parameters:
interfacestr

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

Included in:

Parent

Summary

setup_root

‘root’ object