createQRCData
vem.cpd createQRCData boolean { t | nil }
Description
Selects the Create Quantus RC data SVDB check box in the LVS Run form to create Quantus data (SVDB) and creates files required to run Quantus. The default value is t. When set to nil, the Create Quantus RC data SVDB check box is deselected in the LVS Run form and no files are created.
GUI Equivalent
The Create Quantus RC data SVDB field in the LVS Run form. It represents one part of the task done by using this variable.
Examples
envGetVal("vem.cpd" "createQRCData")
envSetVal("vem.cpd" "createQRCData" 'boolean nil)
Related Topics
Variables for the Custom Passive Device Authoring Flow
Authoring Custom Passive Devices
Return to top