modgenDummyLengthOptions
layoutXL modgenDummyLengthOptions cyclic { "CDF Default" | "Same As Neighbor" | "Specify" }
Description
Specifies valid values for the dummy Length field.
-
CDF Default– The default finger length, as specified in the CDF, is considered. This is the default value. -
Same As Neighbor– The length of fingers of the neighboring device is considered. -
Specify– You can specify the length of fingers.
The default value is "", in which case the value specified in the technology file is honored.
GUI Equivalent
|
Modgen Editor – Dummies button on the Modgen Placement toolbar |
|
Examples
envGetVal("layoutXL" "modgenDummyLengthOptions")
envSetVal("layoutXL" "modgenDummyLengthOptions" 'cyclic "Same as Neighbor")
envSetVal("layoutXL" "modgenDummyLengthOptions" 'cyclic "Specify")
Related Topics
Adding and Deleting Dummies in the Modgen Editor
Return to top