extractVerifyBigMPP
layout extractVerifyBigMPP boolean { t | nil }
Description
Specifies that the connectivity extractor is to extract through large multipart paths. A large multipart path is one that contains more than 1000 elements. These are typically used to implement physical-only structures such as isolation rings, and therefore do not need to be extracted.
The default is nil, which means that the extractor ignores them.
GUI Equivalent
Examples
envGetVal("layout" "extractVerifyBigMPP")
envSetVal("layout" "extractVerifyBigMPP" 'boolean t)
Related Topics
Return to top