outputMode
vrf.exportDie outputMode cyclic { "Generate_All" | "Update_Symbol" | "Generate_All_Schematic_Optional"}
Description
Specifies how views are updated while exporting a die. Generate_All ensures that all views are created during die export. Update_Symbol only updates the symbol view and creates the remaining views. Generate_All_Schematic_Optional generates all possible views except schematic view, which is generated optionally.
The default value is Generate_All.
GUI Equivalent
Examples
envSetVal("vrf.exportDie" "outputMode" 'cyclic "Update_Symbol")
envGetVal("vrf.exportDie" "outputMode")
Related Topics
Return to top