schematicDefaultTier
graphic schematicDefaultTier string { L | XL }
Description
Sets the Choose Schematic/Symbol Level field in the File – Set Default Application form to a default application to launch for cellviews of type schematic or symbol.
GUI Equivalent
|
In a schematic or symbol cellview, File – Set Default Application |
|
Examples
envGetVal("graphic" "schematicDefaultTier")
envSetVal("graphic" "schematicDefaultTier" 'string "L")
envSetVal("graphic" "schematicDefaultTier" 'string "XL")
Related Topics
Return to top