In the following scenario, the
Rule to Get Symbol and Graphic
Attributes resource has been set to define the
V_description attribute as the trigger for the symbol
modification.
Notify("=>Schematic_GetSymbol_GraphicAttr_FromRepMode")
let ThisInstance(RFLVPMLogicalInstance)
set ThisInstance =ThisObject.Instance
if (NULL <>ThisInstance)
{
Parameters->SetAttributeString("Symbol_Name", ThisInstance.V_description)
}