alwaysGenerateProps
layoutXL alwaysGenerateProps boolean { t | nil }
Description
Transfers properties from schematic instances to layout instances during the Generate All From Source or Generated Selected From Source commands. Properties are transfered in addition to the CDF parameters, which are always transferred.
When set to nil, it uses the value of checkParamsOnly to either generate only CDF parameters or both CDF parameters and instance properties.
GUI Equivalent
Examples
envGetVal("layoutXL" "alwaysGenerateProps")
envSetVal("layoutXL" "alwaysGenerateProps" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top