new kamil adc
This commit is contained in:
@@ -125,7 +125,10 @@ class AppWindowUiMixin:
|
||||
self._trace_phase_legend_combo_keys = set()
|
||||
self._trace_magnitude_curves = {}
|
||||
self._trace_phase_curves = {}
|
||||
self._trace_phase_render_max_points = 400
|
||||
# Cap rendered points per trace (magnitude and phase alike): beyond ~1
|
||||
# point/pixel there is no visual gain, and decimation keeps pass-through
|
||||
# responsive with many combos on screen.
|
||||
self._trace_render_max_points = 800
|
||||
|
||||
self._plot_stack.addWidget(self._trace_plots_container)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user