Hi,
I work with Virtuoso Layout editor ic6.1.4, I would like to know the Environment variable of Strech form 'keep connected' that the default value will be "None"?
Thanks,
kfir
The default is actually "all". You can set it using this .cdsenv :
layout keepWiresConnected cyclic "none"
The values can be "all", "spine" or "none".
The equivalent SKILL is:
envSetVal("layout" "keepWiresConnected" 'cyclic "none")
Regards,
Andrew.
Andrew, maybe worth to mention for the community that this has changed from 6.1.3 to 6.1.4.In 6.1.3 it wasenvSetVal( "layout" 'keepWiresConnected 'boolean nil )Bernd