ude disconnect

Disconnects the output parameters of one User Defined Element (UDE) instance to the input parameters of another.

Format:

 
ude disconnect
instance_name =
an existing UDE instance
from_instance_name =
an existing UDE instance

Example:

 
ude disconnect &
instance_name =
.MODEL_1.my_ude_inst1 &
from_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 disconnected from the input parameters of the UDE specified for from_instance_name.
from_instance_name
An Existing UDE Instance
Specifies the name of an existing UDE whose input parameters will be disconnected from the output parameters of the UDE specified for instance_name.