libSelectCellViewCombineMode
cdsLibManager.filter libSelectCellViewCombineMode cyclic { "never" | "always"}
Description
Controls the cell filter mode of Library Browser form.
You can choose to make the cell filtering faster by preventing the view filter from being applied to it or you can choose to make it more accurate but slightly slower by letting the view filter affect the list of cells displayed.
If you access the Library Browser form from Virtuoso, place your
.cdsenv in your $HOME directory; unlike the Library Manager, Virtuoso does not look for the .cdsenv file in your current working directory. Arguments
GUI Equivalent
Example
envGetVal("cdsLibManager.filter" "libSelectCellViewCombineMode")
envSetVal("cdsLibManager.filter" "libSelectCellViewCombineMode" 'cyclic "always")
Related Topics
Return to top