Dear All,
I gone through the link https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000000nWAKEA2&pageName=ArticleContent.
I have used CCSChangeTrace("thickLine") in CIW.
When I added the lines
In .cdsenv
asimenv.plotting useDisplayDrf boolean nil
In .cdsinit
envSetVal("asimenv.plotting" "useDisplayDrf" 'boolean nil ) .
With the above addition, CCSChangeTrace didn't work.
I then removed envSetVal("asimenv.plotting" "useDisplayDrf" 'boolean nil ) .
With that, CCSChangeTrace("thickLine") did work for wave data as below. But, it did not work for the expressioin (the left sub-window wave plot).
Can anybody please tell how to fix this issue.