propsUsedToIgnoreObjs
layoutXL propsUsedToIgnoreObjs string "list_of_properties"
Description
Lists the properties that cause pins and instances to be ignored by the following Connectivity commands. Any object with one of the listed properties set to t is ignored during these operations.
- Generate All From Source
- Generate Selected From Source
- Generate Clones
- Check Against Source
- Update Components And Nets
- Update Layout Parameters
- Update Schematic Parameters
- Update Binding
By default, the list contains the following properties: "ignore lxRemoveDevice nlAction"
For information on the
nlAction property, see Netlisting in the Virtuoso NC Verilog Environment User Guide.Arguments
|
A list of property names each separated by a space. The list must be enclosed in quotation marks; for example,
|
|
GUI Equivalent
|
Properties used to ignore objects during generation and update |
Examples
envGetVal("layoutXL" "propsUsedToIgnoreObjs")
envSetVal("layoutXL" "propsUsedToIgnoreObjs" 'string "ignore lxRemoveDevice nlAction")
Related Topics
Return to top