markNetOptionsFile
layout markNetOptionsFile string "fileName"
Description
Specifies the path to the markNetOptions file to be read when a new Virtuoso session is started. You can specify the absolute file path or only the filename. The file path can be specified using Unix shell environment variables such as $HOME and $PWD; for example, $HOME/myMarkNetOptions or $PWD/myMarkNetOptions.
If you specify only the filename, the file is looked up using the Cadence Search File (CSF) mechanism.
GUI Equivalent
|
Save/Load custom settings for Via, Connected and Stop Layers |
Examples
envGetVal("layout" "markNetOptionsFile")
envSetVal("layout" "markNetOptionsFile" 'string "$HOME/file1")
Related Topics
Return to top