resistanceParamNames
layoutXL resistanceParamNames string "list_of_parameters"
Description
Lists the names of the schematic parameters used to specify resistance.
The resistance 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 resistance 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, "r R" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "resistanceParamNames")
envSetVal("layoutXL" "resistanceParamNames" 'string "r R")
Related Topics
Return to top