maskLayoutDefaultApp
graphic maskLayoutDefaultApp string "registeredApplication"
Description
Automates the launching of a default application for cellviews of type maskLayout.
This environment variable is ignored when launching Layout XL from a schematic window. In this case, the layout view always opens in Layout XL. This environment variable setting is also ignored when descending into or editing-in-place in the same view type. To apply this setting, the environment variable saveViewSubType must be set to nil, otherwise the Layout cellview automatically opens in the same application in which it was last saved.
GUI Equivalent
Examples
envGetVal("graphic" "maskLayoutDefaultApp")
envSetVal("graphic" "maskLayoutDefaultApp" 'string "Layout XL")
Related Topics
Return to top