fitViewAttempts
designEditor.window fitViewAttempts int number_of_attempts
Description
Specifies the number of attempts made to open a window at a certain zoom level for a graphics Window in Virtuoso. Valid values are any integer number greater than or equal to 0. You can set this number based on your working environment.
Setting the value to 0 (zero) disables the fit-on-open feature.
GUI Equivalent
Examples
envGetVal("designEditor.window" "fitViewAttempts")
envSetVal("designEditor.window" "fitViewAttempts" 'int 2)
Related Topics
Opening a Cellview from the CIW
Return to top