sfactorNames
layoutXL sfactorNames string "list_of_names"
Description
Lists the names of properties used in the schematic to specify the number of series-connected (
sfactor) devices to be generated in the layout.
Layout XL checks each instance for a property matching one of the names on the list and uses the value of that property to generate the appropriate number of series-connected devices. The sfactor property value can be expressed as an integer or an expression.
This environment variable is also used by the Module Generator when adding dummy devices to MOSFETs or resistors with the modgenMakeMinDummies environment variable set to
t.Arguments
|
A list of sfactor property names each separated by a space. The list must be enclosed in quotation marks; for example, "s S" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "sfactorNames")
envSetVal("layoutXL" "sfactorNames" 'string "s S")
Related Topics
List of Layout XL Environment Variables
Return to top