Hi,
I have a question. I wrote a skill procedure to create res pcell and cdf for instance. when I change the w, l and res value, the callback will be trigger and calculation the correct value and return the value to the property list.
But when I use "q" to show the "Edit Object Properties" in virtuoso schematic, and change the res "cell Name" to other res type such change rpplus to rnplus, the w, l, res value will directly pass from the rpplus to rnplus, not any change, but part of other parameter such rho and model will change from rpplus to rnplus. Now when I change the w or l value, the callback will be trigger and the res value will return correct value.
I want to know how to get such change event and make the callback procedure to automatic calculation the res value by the correspond new rho(rnplus) and refresh it, not remain the old rpplus value and need to change the w or l to get correct value by hand.
May anyone help me? Thanks
Loosin