Main Content
Simulink.GlobalDataTransfer
Configure concurrent execution data transfers
Description
The Simulink.GlobalDataTransfer
object contains the data transfer
information for the concurrent execution of a model. To configure the data transfer, use the
object properties. To access and change the properties, create the object using the
get_param
function, then use dot notation.
Creation
To create the object, use the get_param
function to get the object
handle.
Description
returns
the handle of the dt
= get_param(gcs,'DataTransfer')Simulink.GlobalDataTransfer
object.
Properties
Examples
Version History
Introduced in R2012b