ude connect

Connects the output parameters of one User Defined Element (UDE) instance to the input parameters of another. The UDE instances need not be instances of the same UDE definition.

Format:

 
ude connect
instance_name =
an existing UDE instance
to_instance_name =
an existing UDE instance

Example:

 
ude connect &
instance_name =
.MODEL_1.my_ude_inst1 &
to_instance_name =
.MODEL_1.my_other_ude_inst2

Description:

 
Parameter
Value Type
Description
instance_name
An Existing UDE Instance
Specifies the name of an existing UDE whose output parameters will be connected to the input parameters of the UDE specified for to_instance_name.
to_instance_name
An Existing UDE Instance
Specifies the name of an existing UDE whose input parameters will be connected to the output parameters of the UDE specified for instance_name.