modgenDummyWidthOptions
layoutXL modgenDummyWidthOptions cyclic { "CDF Default" | "Same As Neighbor" | "Specify" }
Description
Specifies the default value for the dummy Number of Fins field. Valid values are:
-
CDF Default– The default finger width, as specified in the CDF, is considered. -
Same As Neighbor– The width of fingers of the neighboring device is considered. -
Specify– You can specify the width of fingers in the box beside the Width cyclic field.
GUI Equivalent
|
Modgen Editor – Dummies button on the Modgen Placement toolbar |
|
Examples
envGetVal("layoutXL" "modgenDummyWidthOptions")
envSetVal("layoutXL" "modgenDummyWidthOptions" 'cyclic "Same as Neighbor")
envSetVal("layoutXL" "modgenDummyWidthOptions" 'cyclic "Specify")
Related Topics
Adding and Deleting Dummies in the Modgen Editor
Return to top