Object Reference : Object View and Procedure Reference : Model
  
 
replacelink
Replace a linked object with a different linked object.
Syntax
model_name.replacelink old_obj new_obj
old_obj should be the name of an object currently linked inside the model. That object will be removed from the model and replaced with the new object, new_obj.
Examples
M1.replacelink eq1 eq1_new
replaces the linked equation, EQ1, with a different equation, EQ1_NEW.
Cross-references
See also Model::append, Model::replace and Model::replacevar.