extractVirtualConnectionSeparator
layout extractVirtualConnectionSeparator string "virtualConnectSeparator"
Description
Specifies the separator that the connectivity extractor uses to identify virtual-connect labels.
By default, the virtual-connect separator is colon (:). But, you can change the separator, as appropriate, using the Use (identifier) to define nets as virtually connected field in the Layout XL Options form.
GUI Equivalent
Examples
envGetVal("layout" "extractVirtualConnectionSeparator")
envSetVal("layout" "extractVirtualConnectionSeparator" 'string “:”)
Related Topics
filteredNetName
layout.ava filteredNetName string "NetName"
Description
Specifies the net to be used when creating vias.
GUI Equivalent
Examples
envGetVal("layout.ava" "filteredNetName")
envSetVal("layout.ava" "filteredNetName" 'string "net1")
Related Topics
Return to top