netTracerAutoZoomOnSelected
layoutXL netTracerAutoZoomOnSelected boolean { t | nil }
Description
Automatically zooms into traces that are selected in the Trace Manager Form.
GUI Equivalent
Examples
envGetVal("layoutXL" "netTracerAutoZoomOnSelected")
envSetVal("layoutXL" "netTracerAutoZoomOnSelected" 'boolean t)
envSetVal("layoutXL" "netTracerAutoZoomOnSelected" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top