substrateNetParamNames
layoutXL substrateNetParamNames string "parameterName"
Description
Lists the names of parameters that are used on layout devices to specify the net to which any extra terminals of the devices can be connected.
The default is "sub sub_inh bn", which means that the parameters are looked up in that order to determine the net to which an extra terminal on the layout device, such as the bulk terminal, can be connected. The value of the parameter must be a net name, such as vdd!, to which the extra terminal of a layout device can be connected.
GUI Equivalent
Examples
envGetVal("layoutXL" "substrateNetParamNames")
envSetVal("layoutXL" "substrateNetParamNames" 'string "bn")
Related Topics
Abutment of Dummy Shapes in Pcells
List of Layout XL Environment Variables
Return to top