netTracerSaveMethod
layoutXL netTracerSaveMethod cyclic { "One view per trace" | "One view for all traces" | "Auto" }
Description
Specifies the method used for saving visible traces in a design.
-
One view per trace: Saves each visible trace in a separate view. This helps to optimize the performance in case of a large trace with lots of figures. -
One view for all traces: Saves the visible traces into a single view. -
Auto: Lets the system to automatically determine the fastest method to be used for saving traces.
The default value is Auto, implying that the system determines the method to be used to save traces.
GUI Equivalent
Examples
envGetVal("layoutXL" "netTracerSaveMethod")
envSetVal("layoutXL" "netTracerSaveMethod" 'cyclic "One view for all traces" )
Related Topics
Return to top