extractEnableVirtualConnections
layout extractEnableVirtualConnections boolean { t | nil}
Description
Enables connectivity extraction from virtual-connect labels that are either attached or stamped to a shape.
The default is t, which means that sets of physically connected shapes that are on the same net and tagged by a label comprising the net name followed by a virtual-connect separator are considered as connected.
GUI Equivalent
Examples
envGetVal("layout" "extractEnableVirtualConnections")
envSetVal("layout" "extractEnableVirtualConnections" 'boolean nil)
Related Topics
Return to top