dieTemplateFile
vrf.dieAudit dieTemplateFile string t_filename
Description
Specifies the default filename for the Template File field in the Virtuoso RF Compliance Audit form. The default value is "", which means that no template file is specified. In this case, the values from the environment variables related to the Export Die form are used.
GUI Equivalent
Examples
envGetVal("vrf.dieAudit" "dieTemplateFile")
envGetVal("vrf.dieAudit" "dieTemplateFile" 'string "temp_file")
Related Topics
Virtuoso RF Compliance Audit Form
distributeObjsOnGuide
vrf.wirebond distributeObjsOnGuide cyclic { "Uniform" | "Orthogonal" | "Any Angle" }
Description
Specifies how bond fingers and bond wires are to be distributed on a guide. The available options are:
-
Uniform: Distributes bond fingers and bond wires evenly along the guide. -
Orthogonal: Places bond fingers and bond wires orthogonal to the guide. They are placed at the nearest point in the guide, and therefore this setting ensures shortest bond wire length. -
Any Angle(default): Uses thepkgMinBondwireSpacingconstraint value to determine the minimum spacing between adjacent bond fingers or bond wires.
GUI Equivalent
Examples
envGetVal("vrf.wirebond" "distributeObjsOnGuide")
envSetVal("vrf.wirebond" "distributeObjsOnGuide" 'cyclic "Uniform")
Related Topics
Bond Wires and Bond Fingers Creation
Return to top