Difference between revisions of "Tips & Tricks"
From VLSI
(→Set # of sig figs on schematic annotation) |
|||
Line 5: | Line 5: | ||
Change the number 5 to your desired number of sig figs. To make this change permanent, add the line to your ~/.cdsenv file. | Change the number 5 to your desired number of sig figs. To make this change permanent, add the line to your ~/.cdsenv file. | ||
+ | |||
+ | ==Disable "What's New" Window== | ||
+ | |||
+ | ==Make Nautilus (file manager) behave like a browser== | ||
+ | |||
+ | ==Save operating point information over a DC sweep== |
Revision as of 16:31, 17 December 2009
Contents
Set # of sig figs on schematic annotation
Sometimes the number of significant figures on schematic annotations (node voltages, for example) is very high and it becomes difficult to read. To fix this, type the following into the icfb window:
envSetVal("auCore.misc" "labelDigits" 'int 5)
Change the number 5 to your desired number of sig figs. To make this change permanent, add the line to your ~/.cdsenv file.