mfactorNames
layoutXL mfactorNames string "list_of_names"
Description
Lists the names of properties used in the schematic to specify the multiplication factor (mfactor) for transistors.
-
The
mfactorproperty value can be expressed as an integer or an expression. -
For PDKs that use
simMas the schematic multiplier, the override can be set using the lxDummyBackAnnotateMFactorName environment variable.
Arguments
|
A list of mfactor property names each separated by a space. The list must be enclosed in quotation marks; for example, "m M" |
|
GUI Equivalent
|
Parallel-connected factor (Connectivity Form) |
Examples
envGetVal("layoutXL" "mfactorNames")
envSetVal("layoutXL" "mfactorNames" 'string "m M")
Related Topics
lxDummyBackAnnotateMFactorName
Dummy Instances Backannotation
List of Layout XL Environment Variables
Return to top