runDirectory
vem runDirectory string path_to_runDir
Description
Specifies the run directory for all the models created in the Electromagnetic Solver assistant. The tool also saves the .clf file for models at this location. You can use SHELL environment variables in the path specified by this variable.
By default, this variable is set to "", which specifies that the Virtuoso-current-working-directory/.cadence/dfII/Sigrity path is used as the run directory.
If you have already created models for a layout before setting this variable, the model files saved at the previous location become unavailable if the new location is different.
GUI Equivalent
Examples
envGetVal("vem" "runDirectory")
envSetVal("vem" "runDirectory" 'string "$PROJECTDIR/models")
Related Topics
Variables to Customize the Settings for Virtuoso 3D Viewer
Return to top