modgenPhysConfigs
layoutXL modgenPhysConfigs string { "physConfig" }
Description
Specifies the physConfig view name to be used by the Modgen when run from the schematic, if the physConfig view exists with this name.
When none of the specified physConfigs exists, the Modgen creates a temporary default physConfig and uses it. You can specify multiple physConfig view names by separating them by a space.
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPhysConfigs")
envSetVal("layoutXL" "modgenPhysConfigs" 'string "physConfig")
envSetVal("layoutXL" "modgenPhysConfigs" 'string "viewName1 viewName2")
envSetVal("layoutXL" "modgenPhysConfigs" 'string "")
Related Topics
Return to top