I used system.tag.configure() to edit the OPC Server and OPC Item Path. When I use this method, the path resolves as string with the parameter name inside of the string. e.g "{OPCAddress}.MyPLCTag"
If I go into the Tag definition manually and press enter, this forces it to resolve using the value of the parameter e.g "MyDevice.MyPLCTag"
Is there a way to do this "enter" action via the script console? Or a better function use than system.tag.configure?