Synchronisation

G

Guenther Sohler

Guest
Dear Group,

I have written a small interface, which might "change" cells, libraries
and views in a script.
To make cadence aware of this changes, i do a

ddsHiRefresh()

which seems to work.

Unfortunately it also always displays a window asking if it shall also
update cdf parameters. How can I avoid this dialog.

IS there another refreshing function available ?

---

If during "changing" a symbol is gone, how can i make cadence immediately
realize this loss, thus show blinking rectangles in schematic instead of
keeping a "copy" of the old symbol in memory ?


rds
 
I have written a small interface, which might "change" cells, libraries
and views in a script.
To make cadence aware of this changes, i do a

ddsHiRefresh()

which seems to work.

Unfortunately it also always displays a window asking if it shall also
update cdf parameters. How can I avoid this dialog.

IS there another refreshing function available ?
Would ddUpdateLibList() accomplish what you want ?



Stéphane
 

Welcome to EDABoard.com

Sponsor

Back
Top