capacitanceParamNames
layoutXL capacitanceParamNames string "list_of_parameters"
Description
Lists the names of the schematic parameters used to specify capacitance.
The capacitance value must be split among the generated series-connected devices during the following commands.
Layout XL checks each schematic instance for one of the listed parameter names and updates the capacitance values of the matching layout parameters accordingly.
Arguments
|
A list of parameter names each separated by a space. The list must be enclosed in quotation marks; for example, "c C" |
|
GUI Equivalent
|
Options – Connectivity (Parameters) |
|
Examples
envGetVal("layoutXL" "capacitanceParamNames")
envSetVal("layoutXL" "capacitanceParamNames" 'string "c C")
Related Topics
Generating All Components from Source
List of Layout XL Environment Variables
Return to top