hierMfactorNames
layoutXL hierMfactorNames string "property_names_for_hier_mfactor_gen"
Description
Lists the names of schematic properties used to specify that hierarchical mfactors will be generated for transistors. The property names must each be separated by a space and enclosed in quotation marks, such as "m M".
The default is "", which means no schematic properties will generate hierarchical mfactors.
GUI Equivalent
Examples
envGetVal("layoutXL" "hierMfactorNames")
envSetVal("layoutXL" "hierMfactorNames" 'string "m M")
Related Topics
List of Layout XL Environment Variables
Return to top