O
okguy
Guest
In virtuoso, by default, the display width w of MOS-transistors is OFF.
You need to select the instance, request the properties, and change the
display property of the width w to BOTH (name and value).
In CDS.log, the message is :
schHiObjectProperty()
schObjPropForm->w_dsp->value = "both"
I want to embed it in a skill routine, so I tried:
dbReplaceProp(cell "w_dsp" "string" "both")
But it does not work .
My question is :
How to do it within a skill routine ?
Thanks,
OkGuy
You need to select the instance, request the properties, and change the
display property of the width w to BOTH (name and value).
In CDS.log, the message is :
schHiObjectProperty()
schObjPropForm->w_dsp->value = "both"
I want to embed it in a skill routine, so I tried:
dbReplaceProp(cell "w_dsp" "string" "both")
But it does not work .
My question is :
How to do it within a skill routine ?
Thanks,
OkGuy