modgenDummyNumFingersOptions
layoutXL modgenDummyNumFingersOptions cyclic { "CDF Default" | "Same As Neighbor" | "Specify" }
Description
Specifies valid values for the dummy Number of Fingers field.
-
CDF Default– The default number of fingers, as specified in the CDF, is created. This is the default value. -
Same As Neighbor– The same number of fingers as the neighboring device is created. -
Specify– You can specify the number of fingers to be created in the box beside the Number of Fingers cyclic field.
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" "modgenDummyNumFingersOptions")
envSetVal("layoutXL" "modgenDummyNumFingersOptions" 'cyclic "Same as Neighbor")
envSetVal("layoutXL" "modgenDummyNumFingersOptions" 'cyclic "Specify")
Related Topics
Adding and Deleting Dummies in the Modgen Editor
Return to top