libraryCheck
vrf.dieAudit libraryCheck boolean { t | nil }
Description
Specifies whether the library check is being performed during die audit. The default value is t, which means the check is performed.
GUI Equivalent
Examples
envGetVal("vrf.dieAudit" "libraryCheck")
envGetVal("vrf.dieAudit" "libraryCheck" 'boolean nil)
Related Topics
Virtuoso RF Compliance Audit Form
noConnCell
vrf.exportDie noConnCell string "noConn"
Description
Defines the cell name for the noConn symbol to be used. The default value is noConn.
GUI Equivalent
Examples
envSetVal("exportDie" "noConnCell" 'string "noConn")
envGetVal("exportDie" "noConnCell")
Related Topics
Return to top