inductanceParamNames
layoutXL inductanceParamNames string "list_of_parameters"
Description
Lists the names of the schematic parameters used to specify inductance.
The inductance value must be split among the generated series-connected devices during the following Connectivity commands.
Layout XL checks each schematic instance for one of the listed parameter names and updates the inductance 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, "l L" |
|
GUI Equivalent
|
Inductance (Connectivity Form) |
Examples
envGetVal("layoutXL" "inductanceParamNames")
envSetVal("layoutXL" "inductanceParamNames" 'string "l L")
Related Topics
List of Layout XL Environment Variables
Return to top